Searched refs:packetnum (Results 1 – 2 of 2) sorted by relevance
233 int packetnum; in smc91c111_do_tx() 241 packetnum = s->tx_fifo[i]; in smc91c111_do_tx() 242 p = &s->data[packetnum][0]; in smc91c111_do_tx() 278 smc91c111_release_packet(s, packetnum);280 s->tx_fifo_done[s->tx_fifo_done_len++] = packetnum; in smc91c111_queue_tx() 693 int packetnum; in smc91c111_receive() 711 packetnum = smc91c111_allocate_packet(s); in smc91c111_receive() 712 if (packetnum == 0x80) in smc91c111_receive() 714 s->rx_fifo[s->rx_fifo_len++] = packetnum; in smc91c111_receive() 716 p = &s->data[packetnum][ in smc91c111_receive() 224 int packetnum; smc91c111_do_tx() local 684 int packetnum; smc91c111_receive() local [all...]
308 int packetnum = ((unsigned)soft->split_flag >> 1) + 1; in rx() local326 if (packetnum != in->lastpacket) { in rx()328 if (packetnum <= in->lastpacket - 1) { in rx()