Home
last modified time | relevance | path

Searched refs:tc_tsa (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-dcb.c130 memcpy(ets->tc_tsa, pdata->ets->tc_tsa,
131 sizeof(ets->tc_tsa));
151 ets->tc_tsa[i]);
156 if ((ets->tc_tx_bw[i] || ets->tc_tsa[i]))
159 switch (ets->tc_tsa[i]) {
169 ets->tc_tsa[i]);
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c131 if (ets->tc_tsa[i] == BNXT_IEEE_8021QAZ_TSA_STRICT) { in bnxt_hwrm_queue_cos2bw_cfg()
188 ets->tc_tsa[tc] = BNXT_IEEE_8021QAZ_TSA_STRICT; in bnxt_hwrm_queue_cos2bw_qcfg()
190 ets->tc_tsa[tc] = BNXT_IEEE_8021QAZ_TSA_ETS; in bnxt_hwrm_queue_cos2bw_qcfg()
572 if ((ets->tc_tx_bw[i] || ets->tc_tsa[i]) && i > softc->max_tc) in bnxt_ets_validate()
575 switch (ets->tc_tsa[i]) { in bnxt_ets_validate()
623 memcpy(ets->tc_tsa, my_ets->tc_tsa, sizeof(ets->tc_tsa)); in bnxt_dcb_ieee_getets()
H A Dbnxt_dcb.h77 uint8_t tc_tsa[BNXT_IEEE_8021QAZ_MAX_TCS]; member
H A Dbnxt_sysctl.c1808 switch (softc->ieee_ets->tc_tsa[tc]) { in bnxt_ets_tsa_to_str()
1838 return softc->ieee_ets->tc_tsa[tc]; in bnxt_ets_get_val()
2088 ets.tc_tsa[i] = bnxt_ets_str_to_tsa(tsa[i]); in bnxt_dcb_ets()