Searched refs:tc_config (Results 1 – 2 of 2) sorted by relevance
121 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()143 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()188 dcb_config->tc_config[i].desc_credits_max = in ixgbe_dcb_calculate_tc_credits_cee()212 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_pfc_cee() local220 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled) in ixgbe_dcb_unpack_pfc_cee()228 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_refill_cee() local232 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill_cee()237 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_max_cee() local241 max[tc] = tc_config[tc].desc_credits_max; in ixgbe_dcb_unpack_max_cee()247 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_bwgid_cee() local[all …]
123 struct ixgbe_dcb_tc_config tc_config[IXGBE_DCB_MAX_TRAFFIC_CLASS]; member