Searched refs:netdev_rx (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/adaptec/
H A Dstarfire.c1418 printk(KERN_DEBUG " netdev_rx() status of %d was %#8.8x.\n", np->rx_done, desc_status); __netdev_rx()
1422 printk(KERN_DEBUG " netdev_rx() Rx error was %#8.8x.\n", desc_status); __netdev_rx()
1439 printk(KERN_DEBUG " netdev_rx() normal Rx pkt length %d, quota %d.\n", pkt_len, *quota); __netdev_rx()
1472 printk(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->status2)); __netdev_rx()
1497 printk(KERN_DEBUG " netdev_rx() vlanid = %d\n", __netdev_rx()
1521 printk(KERN_DEBUG " exiting netdev_rx(): %d, status of %d was %#8.8x.\n", __netdev_rx()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c340 static int netdev_rx(struct net_device *dev);
1138 netdev_rx(dev); intr_handler()
1178 static int netdev_rx(struct net_device *dev) netdev_rx() function
1185 netdev_dbg(dev, " In netdev_rx(), entry %d status %04x\n", netdev_rx()
1195 netdev_dbg(dev, " netdev_rx() status was %08x\n", netdev_rx()
1225 netdev_dbg(dev, " netdev_rx() normal Rx pkt length %d status %x\n", netdev_rx()
/linux-4.4.14/drivers/net/ethernet/nuvoton/
H A Dw90p910_ether.c703 static void netdev_rx(struct net_device *dev) netdev_rx() function
787 netdev_rx(dev); w90p910_rx_interrupt()
796 netdev_rx(dev); w90p910_rx_interrupt()
/linux-4.4.14/drivers/net/ethernet/
H A Dfealnx.c435 static int netdev_rx(struct net_device *dev);
1485 netdev_rx(dev); intr_handler()
1612 static int netdev_rx(struct net_device *dev) netdev_rx() function
1625 printk(KERN_DEBUG " netdev_rx() status was %8.8x.\n", rx_status); netdev_rx()
1695 printk(KERN_DEBUG " netdev_rx() normal Rx pkt length %d" netdev_rx()
/linux-4.4.14/drivers/net/ethernet/dlink/
H A Dsundance.c1353 printk(KERN_DEBUG " netdev_rx() status was %8.8x.\n", rx_poll()
1358 printk(KERN_DEBUG " netdev_rx() Rx error was %8.8x.\n", rx_poll()
1378 printk(KERN_DEBUG " netdev_rx() normal Rx pkt length %d" rx_poll()
/linux-4.4.14/drivers/net/ethernet/natsemi/
H A Dnatsemi.c628 static void netdev_rx(struct net_device *dev, int *work_done, int work_to_do);
2239 /* netdev_rx() may read IntrStatus again if the RX state natsemi_poll()
2244 netdev_rx(dev, &work_done, budget); natsemi_poll()
2278 static void netdev_rx(struct net_device *dev, int *work_done, int work_to_do) netdev_rx() function
2292 " netdev_rx() entry %d status was %#08x.\n", netdev_rx()

Completed in 290 milliseconds