Searched refs:max_nb_desc (Results 1 – 3 of 3) sorted by relevance
740 cap->max_nb_desc = 8192; in mlx5_hairpin_cap_get()
1936 nb_rx_desc = cap.max_nb_desc; in rte_eth_rx_hairpin_queue_setup()1937 if (nb_rx_desc > cap.max_nb_desc) { in rte_eth_rx_hairpin_queue_setup()1940 nb_rx_desc, cap.max_nb_desc); in rte_eth_rx_hairpin_queue_setup()2102 nb_tx_desc = cap.max_nb_desc; in rte_eth_tx_hairpin_queue_setup()2103 if (nb_tx_desc > cap.max_nb_desc) { in rte_eth_tx_hairpin_queue_setup()2106 nb_tx_desc, cap.max_nb_desc); in rte_eth_tx_hairpin_queue_setup()
1290 uint16_t max_nb_desc; /**< The max num of descriptors. */ member