Searched refs:netdev_rx (Results 1 – 7 of 7) sorted by relevance
309 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_rx_init()329 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_rx_destroy()372 dd->netdev_rx = rx; in hfi1_alloc_rx()379 if (dd->netdev_rx) { in hfi1_free_rx()381 free_netdev(dd->netdev_rx->rx_napi); in hfi1_free_rx()382 kfree(dd->netdev_rx); in hfi1_free_rx()383 dd->netdev_rx = NULL; in hfi1_free_rx()400 if (!dd->netdev_rx) in hfi1_netdev_enable_queues()403 rx = dd->netdev_rx; in hfi1_netdev_enable_queues()416 if (!dd->netdev_rx) in hfi1_netdev_disable_queues()[all …]
67 return dd->netdev_rx->num_rx_q; in hfi1_netdev_ctxt_count()73 return dd->netdev_rx->rxq[ctxt].rcd; in hfi1_netdev_get_ctxt()79 return dd->netdev_rx->rmt_start; in hfi1_netdev_get_free_rmt_idx()85 dd->netdev_rx->rmt_start = rmt_idx; in hfi1_netdev_set_free_rmt_idx()
31 netdev_rx.o \
1361 struct hfi1_netdev_rx *netdev_rx; member
330 static int netdev_rx(struct net_device *dev);1121 netdev_rx(dev); in intr_handler()1161 static int netdev_rx(struct net_device *dev) in netdev_rx() function
428 static int netdev_rx(struct net_device *dev);1479 netdev_rx(dev); in intr_handler()1608 static int netdev_rx(struct net_device *dev) in netdev_rx() function
628 static void netdev_rx(struct net_device *dev, int *work_done, int work_to_do);2243 netdev_rx(dev, &work_done, budget); in natsemi_poll()2277 static void netdev_rx(struct net_device *dev, int *work_done, int work_to_do) in netdev_rx() function