Searched refs:tmp_dcbx_cfg (Results 1 – 1 of 1) sorted by relevance
5593 struct i40e_dcbx_config tmp_dcbx_cfg; in i40e_handle_lldp_event() local5622 tmp_dcbx_cfg = hw->local_dcbx_config; in i40e_handle_lldp_event()5637 if (!memcmp(&tmp_dcbx_cfg, &hw->local_dcbx_config, in i40e_handle_lldp_event()5638 sizeof(tmp_dcbx_cfg))) { in i40e_handle_lldp_event()5643 need_reconfig = i40e_dcb_need_reconfig(pf, &tmp_dcbx_cfg, in i40e_handle_lldp_event()5646 i40e_dcbnl_flush_apps(pf, &tmp_dcbx_cfg, &hw->local_dcbx_config); in i40e_handle_lldp_event()