Home
last modified time | relevance | path

Searched defs:nb_rxq (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.c49 nix_lf_alloc(struct otx2_eth_dev *dev, uint32_t nb_rxq, uint32_t nb_txq) in nix_lf_alloc()
1338 int i, nb_rxq, nb_txq; in nix_store_queue_cfg_and_then_release() local
1400 int rc, i, nb_rxq, nb_txq; in nix_restore_queue_cfg() local
1813 uint8_t nb_rxq, nb_txq; in otx2_nix_configure() local
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c462 int nb_rxq = 0; in ice_dcf_start_queues() local
H A Dice_ethdev.c3460 uint16_t nb_rxq = 0; in ice_dev_start() local
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2783 calculate_nb_mbufs(uint16_t nb_ports, uint16_t nb_crypto_qp, uint32_t nb_rxq, in calculate_nb_mbufs()
2800 uint32_t lcore_id, nb_txq, nb_rxq = 0; in main() local
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c657 int nb_rxq = dev->data->nb_rx_queues; in eth_vhost_install_intr() local
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c609 uint16_t nb_rxq, in i40evf_fill_virtchnl_vsi_rxq_info()
H A Di40e_ethdev.c2389 uint16_t nb_rxq, nb_txq; in i40e_dev_start() local
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c255 queueid_t nb_rxq = 1; /**< Number of RX queues per port. */ variable