Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnetdev_config.c28 if (validate && dev->queue_mgmt_ops->ndo_validate_qcfg) in __netdev_queue_config()
29 validate_cb = dev->queue_mgmt_ops->ndo_validate_qcfg; in __netdev_queue_config()
34 if (dev->queue_mgmt_ops->ndo_default_qcfg) in __netdev_queue_config()
35 dev->queue_mgmt_ops->ndo_default_qcfg(dev, qcfg); in __netdev_queue_config()
H A Dnetdev_rx_queue.c28 const struct netdev_queue_mgmt_ops *qops = dev->queue_mgmt_ops; in netdev_rx_queue_reconfig()
115 const struct netdev_queue_mgmt_ops *qops = dev->queue_mgmt_ops; in __net_mp_open_rxq()
H A Dnetdev_queues.c17 const struct netdev_queue_mgmt_ops *queue_ops = dev->queue_mgmt_ops; in netdev_queue_get_dma_dev()
/linux/include/net/
H A Dnetdev_lock.h30 bool ret = dev->request_ops_lock || !!dev->queue_mgmt_ops; in netdev_need_ops_lock()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c748 netdev->queue_mgmt_ops = &fbnic_queue_mgmt_ops; in fbnic_netdev_alloc()
/linux/drivers/net/netdevsim/
H A Dnetdev.c1047 ns->netdev->queue_mgmt_ops = &nsim_queue_mgmt_ops; in nsim_init_netdevsim()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c2805 dev->queue_mgmt_ops = &gve_queue_mgmt_ops; in gve_probe()
/linux/include/linux/
H A Dnetdevice.h2427 const struct netdev_queue_mgmt_ops *queue_mgmt_ops; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5683 netdev->queue_mgmt_ops = &mlx5e_queue_mgmt_ops; in mlx5e_build_nic_netdev()