Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnetdev_lock.h30 bool ret = dev->request_ops_lock || !!dev->queue_mgmt_ops; in netdev_need_ops_lock()
/linux-6.15/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-6.15/drivers/net/netdevsim/
H A Dnetdev.c941 ns->netdev->queue_mgmt_ops = &nsim_queue_mgmt_ops; in nsim_init_netdevsim()
/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_main.c2613 dev->queue_mgmt_ops = &gve_queue_mgmt_ops; in gve_probe()
/linux-6.15/include/linux/
H A Dnetdevice.h2393 const struct netdev_queue_mgmt_ops *queue_mgmt_ops; member
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c16670 dev->queue_mgmt_ops = &bnxt_queue_mgmt_ops; in bnxt_init_one()