Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h190 u8 cng_ch_bits_log; /* congestion channel map bits width */ member
H A Dt4_hw.c5050 adapter->params.arch.cng_ch_bits_log = 2; in t4_prep_adapter()
5063 adapter->params.arch.cng_ch_bits_log = 3; in t4_prep_adapter()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c1957 u8 cng_ch_bits_log = adap->params.arch.cng_ch_bits_log; in t4_sge_alloc_rxq() local
1971 ch_map |= 1 << (i << cng_ch_bits_log); in t4_sge_alloc_rxq()