Home
last modified time | relevance | path

Searched refs:tmp_cfg (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c119 pf->tmp_cfg = *old_cfg; in i40e_dcbnl_ieee_setets()
122 pf->tmp_cfg.etscfg.willing = ets->willing; in i40e_dcbnl_ieee_setets()
123 pf->tmp_cfg.etscfg.maxtcs = I40E_MAX_TRAFFIC_CLASS; in i40e_dcbnl_ieee_setets()
124 pf->tmp_cfg.etscfg.cbs = ets->cbs; in i40e_dcbnl_ieee_setets()
126 pf->tmp_cfg.etscfg.tcbwtable[i] = ets->tc_tx_bw[i]; in i40e_dcbnl_ieee_setets()
127 pf->tmp_cfg.etscfg.tsatable[i] = ets->tc_tsa[i]; in i40e_dcbnl_ieee_setets()
128 pf->tmp_cfg.etscfg.prioritytable[i] = ets->prio_tc[i]; in i40e_dcbnl_ieee_setets()
129 pf->tmp_cfg.etsrec.tcbwtable[i] = ets->tc_reco_bw[i]; in i40e_dcbnl_ieee_setets()
130 pf->tmp_cfg.etsrec.tsatable[i] = ets->tc_reco_tsa[i]; in i40e_dcbnl_ieee_setets()
131 pf->tmp_cfg.etsrec.prioritytable[i] = ets->reco_prio_tc[i]; in i40e_dcbnl_ieee_setets()
[all …]
Di40e_main.c7117 memset(&pf->tmp_cfg, 0, sizeof(struct i40e_dcbx_config)); in i40e_dcb_sw_default_config()
7118 pf->tmp_cfg.etscfg.willing = I40E_IEEE_DEFAULT_ETS_WILLING; in i40e_dcb_sw_default_config()
7119 pf->tmp_cfg.etscfg.maxtcs = 0; in i40e_dcb_sw_default_config()
7120 pf->tmp_cfg.etscfg.tcbwtable[0] = I40E_IEEE_DEFAULT_ETS_TCBW; in i40e_dcb_sw_default_config()
7121 pf->tmp_cfg.etscfg.tsatable[0] = I40E_IEEE_TSA_ETS; in i40e_dcb_sw_default_config()
7122 pf->tmp_cfg.pfc.willing = I40E_IEEE_DEFAULT_PFC_WILLING; in i40e_dcb_sw_default_config()
7123 pf->tmp_cfg.pfc.pfccap = I40E_MAX_TRAFFIC_CLASS; in i40e_dcb_sw_default_config()
7125 pf->tmp_cfg.numapps = I40E_IEEE_DEFAULT_NUM_APPS; in i40e_dcb_sw_default_config()
7126 pf->tmp_cfg.app[0].selector = I40E_APP_SEL_ETHTYPE; in i40e_dcb_sw_default_config()
7127 pf->tmp_cfg.app[0].priority = I40E_IEEE_DEFAULT_APP_PRIO; in i40e_dcb_sw_default_config()
[all …]
Di40e.h664 struct i40e_dcbx_config tmp_cfg; member