Searched refs:ndo_busy_poll (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/net/ |
D | busy_poll.h | 96 if (!ops->ndo_busy_poll) in sk_busy_loop() 100 rc = ops->ndo_busy_poll(napi); in sk_busy_loop()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 2232 .ndo_busy_poll = enic_busy_poll, 2258 .ndo_busy_poll = enic_busy_poll,
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.c | 2225 .ndo_busy_poll = efx_busy_poll, 2248 .ndo_busy_poll = efx_busy_poll,
|
/linux-4.1.27/drivers/net/ |
D | virtio_net.c | 1412 .ndo_busy_poll = virtnet_busy_poll,
|
/linux-4.1.27/include/linux/ |
D | netdevice.h | 1087 int (*ndo_busy_poll)(struct napi_struct *dev); member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 3892 .ndo_busy_poll = ixgbevf_busy_poll_recv,
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2455 .ndo_busy_poll = mlx4_en_low_latency_recv,
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 3963 .ndo_busy_poll = myri10ge_busy_poll,
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 3025 .ndo_busy_poll = cxgb_busy_poll,
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5023 .ndo_busy_poll = be_busy_poll,
|
/linux-4.1.27/net/core/ |
D | dev.c | 6152 if (dev->netdev_ops->ndo_busy_poll) in netdev_fix_features()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8177 .ndo_busy_poll = ixgbe_low_latency_recv,
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 12605 .ndo_busy_poll = bnx2x_low_latency_recv,
|