Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h309 u8 cng_ch_bits_log; /* congestion channel map bits width */ member
H A Dt4_hw.c9213 .cng_ch_bits_log = 2, in t4_get_chip_params()
9228 .cng_ch_bits_log = 2, in t4_get_chip_params()
9243 .cng_ch_bits_log = 3, in t4_get_chip_params()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3901 const int cng_ch_bits_log = sc->chip_params->cng_ch_bits_log; in t4_sge_set_conm_context() local
3938 ch_map |= 1 << (i << cng_ch_bits_log); in t4_sge_set_conm_context()