Searched refs:tc_config (Results 1 – 2 of 2) sorted by relevance
120 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()142 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()187 dcb_config->tc_config[i].desc_credits_max = in ixgbe_dcb_calculate_tc_credits_cee()211 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_pfc_cee() local219 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled) in ixgbe_dcb_unpack_pfc_cee()227 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_refill_cee() local231 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill_cee()236 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_max_cee() local240 max[tc] = tc_config[tc].desc_credits_max; in ixgbe_dcb_unpack_max_cee()246 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_bwgid_cee() local[all …]
122 struct ixgbe_dcb_tc_config tc_config[IXGBE_DCB_MAX_TRAFFIC_CLASS]; member