Searched refs:tmp_dcbx_cfg (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_lib.c | 970 struct ice_dcbx_cfg tmp_dcbx_cfg; in ice_dcb_process_lldp_set_mib_change() local 1025 tmp_dcbx_cfg = pi->qos_cfg.local_dcbx_cfg; in ice_dcb_process_lldp_set_mib_change() 1043 if (!memcmp(&tmp_dcbx_cfg, &pi->qos_cfg.local_dcbx_cfg, in ice_dcb_process_lldp_set_mib_change() 1044 sizeof(tmp_dcbx_cfg))) { in ice_dcb_process_lldp_set_mib_change() 1051 need_reconfig = ice_dcb_need_recfg(pf, &tmp_dcbx_cfg, in ice_dcb_process_lldp_set_mib_change() 1053 ice_dcbnl_flush_apps(pf, &tmp_dcbx_cfg, &pi->qos_cfg.local_dcbx_cfg); in ice_dcb_process_lldp_set_mib_change()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 9444 struct i40e_dcbx_config tmp_dcbx_cfg; in i40e_handle_lldp_event() local 9481 tmp_dcbx_cfg = hw->local_dcbx_config; in i40e_handle_lldp_event() 9506 if (!memcmp(&tmp_dcbx_cfg, &hw->local_dcbx_config, in i40e_handle_lldp_event() 9507 sizeof(tmp_dcbx_cfg))) { in i40e_handle_lldp_event() 9512 need_reconfig = i40e_dcb_need_reconfig(pf, &tmp_dcbx_cfg, in i40e_handle_lldp_event() 9515 i40e_dcbnl_flush_apps(pf, &tmp_dcbx_cfg, &hw->local_dcbx_config); in i40e_handle_lldp_event()
|