Searched refs:max_pools (Results 1 – 3 of 3) sorted by relevance
40 Since each mempool costs set of HW resources, the ``max_pools`` ``devargs``45 -a 0002:02:00.0,max_pools=51253 provide ``max_pools`` parameter to the first PCIe device probed by the given
38 enum rte_eth_nb_pools pools = 1, max_pools = 0; in bnxt_mq_rx_configure() local84 max_pools = RTE_MIN(bp->max_vnics, in bnxt_mq_rx_configure()90 pools, max_pools); in bnxt_mq_rx_configure()91 if (pools > max_pools) in bnxt_mq_rx_configure()92 pools = max_pools; in bnxt_mq_rx_configure()
68 static inline uint32_t calc_vec_dep(int max_pools, bool *pools, in calc_vec_dep() argument73 for (i = 0; i < max_pools; i++) in calc_vec_dep()