Searched refs:max_nb_desc (Results 1 – 3 of 3) sorted by relevance
611 cap->max_nb_desc = 8192; in mlx5_hairpin_cap_get()
2135 nb_rx_desc = cap.max_nb_desc; in rte_eth_rx_hairpin_queue_setup()2136 if (nb_rx_desc > cap.max_nb_desc) { in rte_eth_rx_hairpin_queue_setup()2139 nb_rx_desc, cap.max_nb_desc); in rte_eth_rx_hairpin_queue_setup()2306 nb_tx_desc = cap.max_nb_desc; in rte_eth_tx_hairpin_queue_setup()2307 if (nb_tx_desc > cap.max_nb_desc) { in rte_eth_tx_hairpin_queue_setup()2310 nb_tx_desc, cap.max_nb_desc); in rte_eth_tx_hairpin_queue_setup()
1091 uint16_t max_nb_desc; /**< The max num of descriptors. */ member