Searched defs:bnxt_ieee_ets (Results 1 – 1 of 1) sorted by relevance
75 struct bnxt_ieee_ets { struct76 uint8_t willing;77 uint8_t ets_cap;78 uint8_t cbs;79 uint8_t tc_tx_bw[BNXT_IEEE_8021QAZ_MAX_TCS];80 uint8_t tc_rx_bw[BNXT_IEEE_8021QAZ_MAX_TCS];81 uint8_t tc_tsa[BNXT_IEEE_8021QAZ_MAX_TCS];82 uint8_t prio_tc[BNXT_IEEE_8021QAZ_MAX_TCS];83 uint8_t tc_reco_bw[BNXT_IEEE_8021QAZ_MAX_TCS];84 uint8_t tc_reco_tsa[BNXT_IEEE_8021QAZ_MAX_TCS];[all …]