Home
last modified time | relevance | path

Searched refs:dcb_config (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb.c95 struct ixgbe_dcb_config *dcb_config, in ixgbe_dcb_calculate_tc_credits_cee() argument
110 if (dcb_config == NULL) { in ixgbe_dcb_calculate_tc_credits_cee()
120 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()
121 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits_cee()
142 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()
143 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits_cee()
187 dcb_config->tc_config[i].desc_credits_max = in ixgbe_dcb_calculate_tc_credits_cee()
309 s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_check_config_cee() argument
324 p = &dcb_config->tc_config[j].path[i]; in ixgbe_dcb_check_config_cee()
355 bw += dcb_config->bw_percentage[i][j]; in ixgbe_dcb_check_config_cee()
[all …]
H A Dixgbe_dcb_82599.c382 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_config_tc_stats_82599() argument
389 if (dcb_config != NULL) { in ixgbe_dcb_config_tc_stats_82599()
390 tc_count = dcb_config->num_tcs.pg_tcs; in ixgbe_dcb_config_tc_stats_82599()
391 vt_mode = dcb_config->vt_mode; in ixgbe_dcb_config_tc_stats_82599()
508 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_config_82599() argument
519 if (dcb_config->num_tcs.pg_tcs == 8) { in ixgbe_dcb_config_82599()
544 if (dcb_config->num_tcs.pg_tcs == 4) { in ixgbe_dcb_config_82599()
546 if (dcb_config->vt_mode) in ixgbe_dcb_config_82599()
556 if (dcb_config->num_tcs.pg_tcs == 8) in ixgbe_dcb_config_82599()
561 if (dcb_config->vt_mode) in ixgbe_dcb_config_82599()