Searched refs:tmp_dcbx_cfg (Results 1 – 1 of 1) sorted by relevance
9432 struct i40e_dcbx_config tmp_dcbx_cfg; in i40e_handle_lldp_event() local9469 tmp_dcbx_cfg = hw->local_dcbx_config; in i40e_handle_lldp_event()9493 if (!memcmp(&tmp_dcbx_cfg, &hw->local_dcbx_config, in i40e_handle_lldp_event()9494 sizeof(tmp_dcbx_cfg))) { in i40e_handle_lldp_event()9499 need_reconfig = i40e_dcb_need_reconfig(pf, &tmp_dcbx_cfg, in i40e_handle_lldp_event()9502 i40e_dcbnl_flush_apps(pf, &tmp_dcbx_cfg, &hw->local_dcbx_config); in i40e_handle_lldp_event()