Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h407 uint32_t tp_ch_map; /* TPCHMAP from firmware */ member
H A Dt4_hw.c6777 if (adap->params.tp_ch_map != UINT32_MAX) in t4_get_rx_c_chan()
6778 return (adap->params.tp_ch_map >> (8 * idx)) & 0xff; in t4_get_rx_c_chan()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c5357 sc->params.tp_ch_map = val[0]; in get_params__post_init()
5359 sc->params.tp_ch_map = UINT32_MAX; /* Not a legal value. */ in get_params__post_init()