Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A 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 …]
H A Di40e_main.c7149 memset(&pf->tmp_cfg, 0, sizeof(struct i40e_dcbx_config)); in i40e_dcb_sw_default_config()
7150 pf->tmp_cfg.etscfg.willing = I40E_IEEE_DEFAULT_ETS_WILLING; in i40e_dcb_sw_default_config()
7151 pf->tmp_cfg.etscfg.maxtcs = 0; in i40e_dcb_sw_default_config()
7152 pf->tmp_cfg.etscfg.tcbwtable[0] = I40E_IEEE_DEFAULT_ETS_TCBW; in i40e_dcb_sw_default_config()
7153 pf->tmp_cfg.etscfg.tsatable[0] = I40E_IEEE_TSA_ETS; in i40e_dcb_sw_default_config()
7154 pf->tmp_cfg.pfc.willing = I40E_IEEE_DEFAULT_PFC_WILLING; in i40e_dcb_sw_default_config()
7155 pf->tmp_cfg.pfc.pfccap = I40E_MAX_TRAFFIC_CLASS; in i40e_dcb_sw_default_config()
7157 pf->tmp_cfg.numapps = I40E_IEEE_DEFAULT_NUM_APPS; in i40e_dcb_sw_default_config()
7158 pf->tmp_cfg.app[0].selector = I40E_APP_SEL_ETHTYPE; in i40e_dcb_sw_default_config()
7159 pf->tmp_cfg.app[0].priority = I40E_IEEE_DEFAULT_APP_PRIO; in i40e_dcb_sw_default_config()
[all …]
H A Di40e.h637 struct i40e_dcbx_config tmp_cfg; member
/openbmc/qemu/tests/qtest/
H A Dsifive-e-aon-watchdog-test.c93 uint32_t tmp_cfg; in test_wdogcfg() local
98 tmp_cfg = qtest_readl(qts, WDOG_BASE + WDOGCFG); in test_wdogcfg()
100 g_assert(qtest_readl(qts, WDOG_BASE + WDOGCFG) == tmp_cfg); in test_wdogcfg()
106 tmp_cfg = qtest_readl(qts, WDOG_BASE + WDOGCFG); in test_wdogcfg()
107 g_assert(15 == FIELD_EX32(tmp_cfg, AON_WDT_WDOGCFG, SCALE)); in test_wdogcfg()
108 g_assert(1 == FIELD_EX32(tmp_cfg, AON_WDT_WDOGCFG, RSTEN)); in test_wdogcfg()
109 g_assert(1 == FIELD_EX32(tmp_cfg, AON_WDT_WDOGCFG, ZEROCMP)); in test_wdogcfg()
110 g_assert(1 == FIELD_EX32(tmp_cfg, AON_WDT_WDOGCFG, EN_ALWAYS)); in test_wdogcfg()
111 g_assert(1 == FIELD_EX32(tmp_cfg, AON_WDT_WDOGCFG, EN_CORE_AWAKE)); in test_wdogcfg()
112 g_assert(1 == FIELD_EX32(tmp_cfg, AON_WDT_WDOGCFG, IP0)); in test_wdogcfg()
[all …]
/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c983 struct tegra_dp_link_config tmp_cfg; in tegra_dp_lower_link_config() local
986 tmp_cfg = *cfg; in tegra_dp_lower_link_config()
1000 *cfg = tmp_cfg; in tegra_dp_lower_link_config()
1001 tegra_dp_link_config(dp, &tmp_cfg); in tegra_dp_lower_link_config()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch12157 - const vout_display_cfg_t *tmp_cfg;
12164 - tmp_cfg = va_arg(args, const vout_display_cfg_t *);
12165 - if (tmp_cfg->display.width == sys->display_width &&
12166 - tmp_cfg->display.height == sys->display_height) {