Searched refs:rx_done (Results 1 – 4 of 4) sorted by relevance
705 unsigned int rx_done; member1286 np->dirty_rx = np->dirty_tx = np->rx_done = np->tx_done = 0; in init_ring()1548 while ((desc_status = le32_to_cpu(np->rx_done_q[np->rx_done].status)) != 0) { in netdev_rx()1552 rx_done_desc *desc = &np->rx_done_q[np->rx_done]; in netdev_rx()1555 printk(KERN_DEBUG " netdev_rx() status of %d was %#8.8x.\n", np->rx_done, desc_status); in netdev_rx()1605 …printk(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->stat… in netdev_rx()1642 np->rx_done = (np->rx_done + 1) % DONE_Q_SIZE; in netdev_rx()1644 writew(np->rx_done, dev->base_addr + CompletionQConsumerIdx); in netdev_rx()1669 np->rx_done, desc_status); in netdev_rx()
129 int (*rx_done)(struct channel_data *channel); member631 chan->rx_done = sppp_rx_done; in cosa_sppp_open()960 chan->rx_done = chrdev_rx_done; in cosa_open()1940 if (cosa->rxchan->rx_done) in eot_interrupt()1941 if (cosa->rxchan->rx_done(cosa->rxchan)) in eot_interrupt()
2185 goto rx_done;2195 goto rx_done;2220 goto rx_done;2338 goto rx_done;2353 goto rx_done; 2371 rx_done:
293 rx_start, rx_done, rx_cleanup enumerator1908 entry->state = rx_done; in rx_complete()2352 case rx_done: in usbnet_bh()