Home
last modified time | relevance | path

Searched refs:max_pools (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/doc/guides/mempool/
H A Docteontx2.rst40 Since each mempool costs set of HW resources, the ``max_pools`` ``devargs``
45 -a 0002:02:00.0,max_pools=512
53 provide ``max_pools`` parameter to the first PCIe device probed by the given
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxq.c38 enum rte_eth_nb_pools pools = 1, max_pools = 0; in bnxt_mq_rx_configure() local
84 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()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/SP/
H A Dfman_sp.c68 static inline uint32_t calc_vec_dep(int max_pools, bool *pools, in calc_vec_dep() argument
73 for (i = 0; i < max_pools; i++) in calc_vec_dep()