Searched refs:tmp_dcbx_cfg (Results 1 – 1 of 1) sorted by relevance
7974 struct i40e_dcbx_config tmp_dcbx_cfg; in i40e_handle_lldp_event() local8003 tmp_dcbx_cfg = hw->local_dcbx_config; in i40e_handle_lldp_event()8018 if (!memcmp(&tmp_dcbx_cfg, &hw->local_dcbx_config, in i40e_handle_lldp_event()8019 sizeof(tmp_dcbx_cfg))) { in i40e_handle_lldp_event()8024 need_reconfig = i40e_dcb_need_reconfig(pf, &tmp_dcbx_cfg, in i40e_handle_lldp_event()8027 i40e_dcbnl_flush_apps(pf, &tmp_dcbx_cfg, &hw->local_dcbx_config); in i40e_handle_lldp_event()