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()
124 pf->tmp_cfg.etscfg.cbs = ets->cbs; in i40e_dcbnl_ieee_setets()
167 pf->tmp_cfg = *old_cfg; in i40e_dcbnl_ieee_setpfc()
221 pf->tmp_cfg = *old_cfg; in i40e_dcbnl_ieee_setapp()
223 pf->tmp_cfg.app[pf->tmp_cfg.numapps++] = new_app; in i40e_dcbnl_ieee_setapp()
266 pf->tmp_cfg = *old_cfg; in i40e_dcbnl_ieee_delapp()
274 pf->tmp_cfg.app[i].selector = 0; in i40e_dcbnl_ieee_delapp()
275 pf->tmp_cfg.app[i].protocolid = 0; in i40e_dcbnl_ieee_delapp()
276 pf->tmp_cfg.app[i].priority = 0; in i40e_dcbnl_ieee_delapp()
282 if (i == pf->tmp_cfg.numapps) in i40e_dcbnl_ieee_delapp()
[all …]
H A Di40e_main.c7140 memset(&pf->tmp_cfg, 0, sizeof(struct i40e_dcbx_config)); in i40e_dcb_sw_default_config()
7142 pf->tmp_cfg.etscfg.maxtcs = 0; in i40e_dcb_sw_default_config()
7144 pf->tmp_cfg.etscfg.tsatable[0] = I40E_IEEE_TSA_ETS; in i40e_dcb_sw_default_config()
7145 pf->tmp_cfg.pfc.willing = I40E_IEEE_DEFAULT_PFC_WILLING; in i40e_dcb_sw_default_config()
7146 pf->tmp_cfg.pfc.pfccap = I40E_MAX_TRAFFIC_CLASS; in i40e_dcb_sw_default_config()
7148 pf->tmp_cfg.numapps = I40E_IEEE_DEFAULT_NUM_APPS; in i40e_dcb_sw_default_config()
7149 pf->tmp_cfg.app[0].selector = I40E_APP_SEL_ETHTYPE; in i40e_dcb_sw_default_config()
7150 pf->tmp_cfg.app[0].priority = I40E_IEEE_DEFAULT_APP_PRIO; in i40e_dcb_sw_default_config()
7151 pf->tmp_cfg.app[0].protocolid = I40E_APP_PROTOID_FCOE; in i40e_dcb_sw_default_config()
7153 return i40e_hw_set_dcb_config(pf, &pf->tmp_cfg); 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()
112 g_assert(1 == FIELD_EX32(tmp_cfg, AON_WDT_WDOGCFG, IP0)); in test_wdogcfg()
116 tmp_cfg = qtest_readl(qts, WDOG_BASE + WDOGCFG); in test_wdogcfg()
117 g_assert(0 == FIELD_EX32(tmp_cfg, AON_WDT_WDOGCFG, SCALE)); in test_wdogcfg()
118 g_assert(0 == FIELD_EX32(tmp_cfg, AON_WDT_WDOGCFG, RSTEN)); 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) {