Searched refs:tc_reco_tsa (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddcbnl.h44 * @tc_reco_tsa: recommended tc bandwidth indexed by traffic class for TLV
67 __u8 tc_reco_tsa[IEEE_8021QAZ_MAX_TCS]; member in struct:ieee_ets
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c49 memcpy(ets->tc_reco_tsa, dcbxcfg->etsrec.tsatable,
50 sizeof(ets->tc_reco_tsa));
95 new_cfg->etsrec.tsatable[i] = ets->tc_reco_tsa[i];
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c57 memcpy(ets->tc_reco_tsa, dcbxcfg->etsrec.tsatable,
58 sizeof(ets->tc_reco_tsa));
129 pf->tmp_cfg.etsrec.tsatable[i] = ets->tc_reco_tsa[i];

Completed in 289 milliseconds