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

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c118 pf->tmp_cfg = *old_cfg;
121 pf->tmp_cfg.etscfg.willing = ets->willing;
122 pf->tmp_cfg.etscfg.maxtcs = I40E_MAX_TRAFFIC_CLASS;
123 pf->tmp_cfg.etscfg.cbs = ets->cbs;
125 pf->tmp_cfg.etscfg.tcbwtable[i] = ets->tc_tx_bw[i];
126 pf->tmp_cfg.etscfg.tsatable[i] = ets->tc_tsa[i];
127 pf->tmp_cfg.etscfg.prioritytable[i] = ets->prio_tc[i];
128 pf->tmp_cfg.etsrec.tcbwtable[i] = ets->tc_reco_bw[i];
129 pf->tmp_cfg.etsrec.tsatable[i] = ets->tc_reco_tsa[i];
130 pf->tmp_cfg
[all...]
H A Di40e.h586 struct i40e_dcbx_config tmp_cfg; member in struct:i40e_pf
H A Di40e_main.c7123 memset(&pf->tmp_cfg, 0, sizeof(struct i40e_dcbx_config));
7124 pf->tmp_cfg.etscfg.willing = I40E_IEEE_DEFAULT_ETS_WILLING;
7125 pf->tmp_cfg.etscfg.maxtcs = 0;
7126 pf->tmp_cfg.etscfg.tcbwtable[0] = I40E_IEEE_DEFAULT_ETS_TCBW;
7127 pf->tmp_cfg.etscfg.tsatable[0] = I40E_IEEE_TSA_ETS;
7128 pf->tmp_cfg.pfc.willing = I40E_IEEE_DEFAULT_PFC_WILLING;
7129 pf->tmp_cfg.pfc.pfccap = I40E_MAX_TRAFFIC_CLASS;
7131 pf->tmp_cfg.numapps = I40E_IEEE_DEFAULT_NUM_APPS;
7132 pf->tmp_cfg.app[0].selector = I40E_APP_SEL_ETHTYPE;
7133 pf->tmp_cfg
[all...]

Completed in 144 milliseconds