Lines Matching refs:netdev_rx
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()
419 rx = dd->netdev_rx; in hfi1_netdev_disable_queues()
440 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_add_data()
454 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_remove_data()
467 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_get_data()
480 struct hfi1_netdev_rx *rx = dd->netdev_rx; in hfi1_netdev_get_first_data()