netdev_rx
struct hfi1_netdev_rx *netdev_rx;
return dd->netdev_rx->num_rx_q;
return dd->netdev_rx->rxq[ctxt].rcd;
return dd->netdev_rx->rmt_start;
dd->netdev_rx->rmt_start = rmt_idx;
struct hfi1_netdev_rx *rx = dd->netdev_rx;
struct hfi1_netdev_rx *rx = dd->netdev_rx;
dd->netdev_rx = rx;
if (dd->netdev_rx) {
free_netdev(dd->netdev_rx->rx_napi);
kfree(dd->netdev_rx);
dd->netdev_rx = NULL;
if (!dd->netdev_rx)
rx = dd->netdev_rx;
if (!dd->netdev_rx)
rx = dd->netdev_rx;
struct hfi1_netdev_rx *rx = dd->netdev_rx;
struct hfi1_netdev_rx *rx = dd->netdev_rx;
struct hfi1_netdev_rx *rx = dd->netdev_rx;
struct hfi1_netdev_rx *rx = dd->netdev_rx;
netdev_rx(dev);
static int netdev_rx(struct net_device *dev);
netdev_rx(dev);
static int netdev_rx(struct net_device *dev);
netdev_rx(dev, &work_done, budget);
static void netdev_rx(struct net_device *dev, int *work_done, int work_to_do);