Home
last modified time | relevance | path

Searched refs:netdev_queue_config (Results 1 – 8 of 8) sorted by relevance

/linux/net/core/
H A Dnetdev_config.c10 struct netdev_queue_config *qcfg, in netdev_nop_validate_qcfg()
17 struct netdev_queue_config *qcfg, in __netdev_queue_config()
22 struct netdev_queue_config *qcfg, in __netdev_queue_config()
66 void netdev_queue_config(struct net_device *dev, int rxq_idx, in netdev_queue_config() function
67 struct netdev_queue_config *qcfg) in netdev_queue_config()
71 EXPORT_SYMBOL(netdev_queue_config);
74 struct netdev_queue_config *qcfg, in netdev_queue_config_validate()
H A Dnetdev_rx_queue.c24 struct netdev_queue_config *qcfg_old, in netdev_rx_queue_reconfig()
25 struct netdev_queue_config *qcfg_new) in netdev_rx_queue_reconfig()
104 struct netdev_queue_config qcfg; in netdev_rx_queue_restart()
106 netdev_queue_config(dev, rxq_idx, &qcfg); in netdev_rx_queue_restart()
116 struct netdev_queue_config qcfg[2]; in __net_mp_open_rxq()
158 netdev_queue_config(dev, rxq_idx, &qcfg[0]); in __net_mp_open_rxq()
189 struct netdev_queue_config qcfg[2]; in __net_mp_close_rxq()
209 netdev_queue_config(dev, ifq_idx, &qcfg[0]); in __net_mp_close_rxq()
211 netdev_queue_config(dev, ifq_idx, &qcfg[1]); in __net_mp_close_rxq()
H A Ddev.h13 struct netdev_queue_config;
96 struct netdev_queue_config *qcfg,
/linux/include/net/
H A Dnetdev_queues.h17 struct netdev_queue_config { struct
162 struct netdev_queue_config *qcfg,
168 struct netdev_queue_config *qcfg,
175 struct netdev_queue_config *qcfg);
177 struct netdev_queue_config *qcfg,
185 void netdev_queue_config(struct net_device *dev, int rxq,
186 struct netdev_queue_config *qcfg);
H A Dnetdev_rx_queue.h31 struct netdev_queue_config qcfg;
/linux/drivers/net/netdevsim/
H A Dnetdev.c765 struct netdev_queue_config *qcfg, in nsim_queue_mem_alloc()
815 nsim_queue_start(struct net_device *dev, struct netdev_queue_config *qcfg, in nsim_queue_start()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c2621 struct netdev_queue_config *qcfg, in gve_rx_queue_mem_alloc()
2644 struct netdev_queue_config *qcfg, in gve_rx_queue_start()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5556 struct netdev_queue_config *qcfg, in mlx5e_queue_mem_alloc()
5619 struct netdev_queue_config *qcfg, in mlx5e_queue_start()