Home
last modified time | relevance | path

Searched refs:packetnum (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/net/
H A Dsmc91c111.c224 int packetnum; in smc91c111_do_tx() local
232 packetnum = s->tx_fifo[i]; in smc91c111_do_tx()
233 p = &s->data[packetnum][0]; in smc91c111_do_tx()
269 smc91c111_release_packet(s, packetnum); in smc91c111_do_tx()
271 s->tx_fifo_done[s->tx_fifo_done_len++] = packetnum; in smc91c111_do_tx()
684 int packetnum; in smc91c111_receive() local
702 packetnum = smc91c111_allocate_packet(s); in smc91c111_receive()
703 if (packetnum == 0x80) in smc91c111_receive()
705 s->rx_fifo[s->rx_fifo_len++] = packetnum; in smc91c111_receive()
707 p = &s->data[packetnum][0]; in smc91c111_receive()
/openbmc/linux/drivers/net/arcnet/
H A Drfc1201.c308 int packetnum = ((unsigned)soft->split_flag >> 1) + 1; in rx() local
326 if (packetnum != in->lastpacket) { in rx()
328 if (packetnum <= in->lastpacket - 1) { in rx()