Home
last modified time | relevance | path

Searched refs:bw_percentage (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c95 if (dcfg->bw_percentage[tx][j] != scfg->bw_percentage[tx][j]) { in ixgbe_copy_dcb_cfg()
96 dcfg->bw_percentage[tx][j] = scfg->bw_percentage[tx][j]; in ixgbe_copy_dcb_cfg()
99 if (dcfg->bw_percentage[rx][j] != scfg->bw_percentage[rx][j]) { in ixgbe_copy_dcb_cfg()
100 dcfg->bw_percentage[rx][j] = scfg->bw_percentage[rx][j]; in ixgbe_copy_dcb_cfg()
190 adapter->temp_dcb_cfg.bw_percentage[0][bwg_id] = bw_pct; in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
216 adapter->temp_dcb_cfg.bw_percentage[ in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
[all...]
H A Dixgbe_dcb.c86 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits()
108 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits()
H A Dixgbe_dcb.h110 u8 bw_percentage[2][MAX_BW_GROUP]; /* One each for Tx/Rx */ member
H A Dixgbe_main.c6246 adapter->dcb_cfg.bw_percentage[DCB_TX_CONFIG][0] = 100; in ixgbe_init_dcb()
6247 adapter->dcb_cfg.bw_percentage[DCB_RX_CONFIG][0] = 100; in ixgbe_init_dcb()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c93 if (dcfg->bw_percentage[tx][j] != scfg->bw_percentage[tx][j]) { in ixgbe_copy_dcb_cfg()
94 dcfg->bw_percentage[tx][j] = scfg->bw_percentage[tx][j]; in ixgbe_copy_dcb_cfg()
97 if (dcfg->bw_percentage[rx][j] != scfg->bw_percentage[rx][j]) { in ixgbe_copy_dcb_cfg()
98 dcfg->bw_percentage[rx][j] = scfg->bw_percentage[rx][j]; in ixgbe_copy_dcb_cfg()
188 adapter->temp_dcb_cfg.bw_percentage[0][bwg_id] = bw_pct; in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
214 adapter->temp_dcb_cfg.bw_percentage[ in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
[all...]
H A Dixgbe_dcb.c86 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits()
108 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits()
H A Dixgbe_dcb.h110 u8 bw_percentage[2][MAX_BW_GROUP]; /* One each for Tx/Rx */ member
H A Dixgbe_main.c6280 adapter->dcb_cfg.bw_percentage[DCB_TX_CONFIG][0] = 100; in ixgbe_init_dcb()
6281 adapter->dcb_cfg.bw_percentage[DCB_RX_CONFIG][0] = 100; in ixgbe_init_dcb()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c85 static unsigned int bw_percentage[VXGE_HW_MAX_VIRTUAL_PATHS] = variable
87 module_param_array(bw_percentage, uint, NULL, 0);
3619 if (bw_percentage[i] == 0) { in verify_bandwidth()
3628 if (bw_percentage[i] == 0xFF) in verify_bandwidth()
3631 total += bw_percentage[i]; in verify_bandwidth()
3652 bw_percentage[i] = in verify_bandwidth()
3664 bw_percentage[0] = VXGE_HW_VPATH_BANDWIDTH_MAX / in verify_bandwidth()
3667 bw_percentage[i] = bw_percentage[0]; in verify_bandwidth()
3720 device_config->vp_config[i].min_bandwidth = bw_percentage[ in vxge_config_vpaths()
[all...]

Completed in 31 milliseconds