Searched refs:ndo_queue_start (Results 1 – 5 of 5) sorted by relevance
| /linux/net/core/ |
| H A D | netdev_rx_queue.c | 109 !qops->ndo_queue_mem_alloc || !qops->ndo_queue_start) in netdev_rx_queue_reconfig() 137 err = qops->ndo_queue_start(dev, qcfg_new, new_mem, rxq_idx); in netdev_rx_queue_reconfig() 159 if (qops->ndo_queue_start(dev, qcfg_old, old_mem, rxq_idx)) { in netdev_rx_queue_reconfig()
|
| /linux/drivers/net/netdevsim/ |
| H A D | netdev.c | 856 .ndo_queue_start = nsim_queue_start,
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 2953 .ndo_queue_start = fbnic_queue_start,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 5776 .ndo_queue_start = mlx5e_queue_start,
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 16456 .ndo_queue_start = bnxt_queue_start,
|