Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/common/
H A Dcommon.h463 uint32_t tx_tp_ch_map; /* TX_TPCHMAP from firmware */ member
H A Dt4_hw.c8622 if (adap->params.tx_tp_ch_map != UINT32_MAX) in t4_get_tx_c_chan()
8623 return (adap->params.tx_tp_ch_map >> (8 * idx)) & 0xff; in t4_get_tx_c_chan()
/src/sys/dev/cxgbe/
H A Dt4_main.c5753 sc->params.tx_tp_ch_map = val[0]; in get_params__post_init()
5755 sc->params.tx_tp_ch_map = UINT32_MAX; /* Not a legal value. */ in get_params__post_init()