Home
last modified time | relevance | path

Searched refs:queue_mgmt_ops (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/
H A Dnetdev_lock.h30 bool ret = dev->request_ops_lock || !!dev->queue_mgmt_ops; in netdev_need_ops_lock()
/linux/net/core/
H A Dnetdev_rx_queue.c15 const struct netdev_queue_mgmt_ops *qops = dev->queue_mgmt_ops; in netdev_rx_queue_restart()
/linux/drivers/net/netdevsim/
H A Dnetdev.c1015 ns->netdev->queue_mgmt_ops = &nsim_queue_mgmt_ops; in nsim_init_netdevsim()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c2765 dev->queue_mgmt_ops = &gve_queue_mgmt_ops; in gve_probe()
/linux/include/linux/
H A Dnetdevice.h2403 const struct netdev_queue_mgmt_ops *queue_mgmt_ops; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5663 netdev->queue_mgmt_ops = &mlx5e_queue_mgmt_ops; in mlx5e_build_nic_netdev()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c16802 dev->queue_mgmt_ops = &bnxt_queue_mgmt_ops; in bnxt_init_one()