Searched refs:new_cfg (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_nl.h | 12 struct ice_dcbx_cfg *new_cfg); 18 struct ice_dcbx_cfg *new_cfg) { } in ice_dcbnl_flush_apps() argument
|
H A D | ice_dcb_lib.h | 24 ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked); 104 struct ice_dcbx_cfg __always_unused *new_cfg, in ice_pf_dcb_cfg() argument
|
H A D | ice_tspll.c | 151 * @new_cfg: true if this is a new config 154 u8 tspll_freq, bool lock, bool new_cfg) in ice_tspll_log_cfg() argument 158 new_cfg ? "New" : "Current", str_enabled_disabled(enable), in ice_tspll_log_cfg()
|
/linux/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 602 u32 cfg, new_cfg; in phy_intr() local 653 new_cfg = dev->CFG_cache & ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS); in phy_intr() 656 new_cfg |= CFG_MODE_1000; in phy_intr() 658 new_cfg &= ~CFG_MODE_1000; in phy_intr() 664 new_cfg |= CFG_SB; in phy_intr() 679 ((new_cfg ^ dev->CFG_cache) != 0)) { in phy_intr() 680 writel(new_cfg, dev->base + CFG); in phy_intr() 681 dev->CFG_cache = new_cfg; in phy_intr()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | nwl-dsi.c | 848 union phy_configure_opts new_cfg; in nwl_dsi_bridge_mode_set() local 852 ret = nwl_dsi_get_dphy_params(dsi, adjusted_mode, &new_cfg); in nwl_dsi_bridge_mode_set() 859 memcpy(&dsi->phy_cfg, &new_cfg, sizeof(new_cfg)); in nwl_dsi_bridge_mode_set()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e.h | 1292 struct i40e_dcbx_config *new_cfg); 1297 struct i40e_dcbx_config *new_cfg); 1298 int i40e_hw_dcb_config(struct i40e_pf *pf, struct i40e_dcbx_config *new_cfg);
|
H A D | i40e_main.c | 6863 * @new_cfg: New DCBX configuration 6869 struct i40e_dcbx_config *new_cfg) in i40e_hw_set_dcb_config() argument 6875 if (!memcmp(&new_cfg, &old_cfg, sizeof(new_cfg))) { in i40e_hw_set_dcb_config() 6884 *old_cfg = *new_cfg; in i40e_hw_set_dcb_config() 6913 * @new_cfg: New DCBX configuration 6918 int i40e_hw_dcb_config(struct i40e_pf *pf, struct i40e_dcbx_config *new_cfg) in i40e_hw_dcb_config() argument 6951 new_numtc = i40e_dcb_get_num_tc(new_cfg); in i40e_hw_dcb_config() 6956 switch (new_cfg->etscfg.tsatable[i]) { in i40e_hw_dcb_config() 6960 new_cfg in i40e_hw_dcb_config() 9344 i40e_dcb_need_reconfig(struct i40e_pf * pf,struct i40e_dcbx_config * old_cfg,struct i40e_dcbx_config * new_cfg) i40e_dcb_need_reconfig() argument [all...] |
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 3229 u32 new_cfg, fec = fecparam->fec; in bnxt_set_fecparam() local 3239 new_cfg = PORT_PHY_CFG_REQ_FLAGS_FEC_AUTONEG_DISABLE | in bnxt_set_fecparam() 3252 new_cfg = PORT_PHY_CFG_REQ_FLAGS_FEC_AUTONEG_ENABLE; in bnxt_set_fecparam() 3254 new_cfg = bnxt_ethtool_forced_fec_to_fw(link_info, fec); in bnxt_set_fecparam() 3261 req->flags = cpu_to_le32(new_cfg | PORT_PHY_CFG_REQ_FLAGS_RESET_PHY); in bnxt_set_fecparam()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 10371 static bool hclge_need_update_vlan_filter(const struct hclge_vlan_info *new_cfg, in hclge_need_update_vlan_filter() argument 10374 if (new_cfg->vlan_tag != old_cfg->vlan_tag) in hclge_need_update_vlan_filter() 10377 if (new_cfg->vlan_tag == 0 && (new_cfg->qos == 0 || old_cfg->qos == 0)) in hclge_need_update_vlan_filter()
|