Home
last modified time | relevance | path

Searched defs:qcfg (Results 1 – 6 of 6) sorted by relevance

/linux/net/core/
H A Dnetdev_rx_queue.c180 struct netdev_queue_config qcfg; in netdev_rx_queue_restart() local
192 struct netdev_queue_config qcfg[2]; in __netif_mp_open_rxq() local
281 struct netdev_queue_config qcfg[2]; in __netif_mp_close_rxq() local
/linux/drivers/net/netdevsim/
H A Dnetdev.c750 struct netdev_queue_config *qcfg, in nsim_queue_mem_alloc()
800 nsim_queue_start(struct net_device *dev, struct netdev_queue_config *qcfg, in nsim_queue_start()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c2828 struct netdev_queue_config *qcfg, in mlx5e_open_channel()
5619 struct netdev_queue_config *qcfg) in mlx5e_queue_default_qcfg()
5625 struct netdev_queue_config *qcfg, in mlx5e_queue_validate_qcfg()
5650 struct netdev_queue_config *qcfg, in mlx5e_queue_validate_page_size()
5663 struct netdev_queue_config *qcfg, in mlx5e_queue_mem_alloc()
5727 struct netdev_queue_config *qcfg, in mlx5e_queue_start()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c2832 struct netdev_queue_config *qcfg, in fbnic_queue_mem_alloc()
2887 struct netdev_queue_config *qcfg, in fbnic_queue_start()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4418 struct netdev_queue_config qcfg; in bnxt_init_ring_struct() local
16108 struct netdev_queue_config *qcfg) in bnxt_queue_default_qcfg()
16114 struct netdev_queue_config *qcfg, in bnxt_validate_qcfg()
16135 struct netdev_queue_config *qcfg, in bnxt_queue_mem_alloc()
16306 struct netdev_queue_config *qcfg, in bnxt_queue_start()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1264 #define BNA_GET_RXQS(qcfg) (((qcfg)->rxp_type == BNA_RXP_SINGLE) ? \ argument