Searched refs:shadow_config (Results 1 – 2 of 2) sorted by relevance
1617 OSAL_MEMSET(&p_vf->shadow_config, 0, sizeof(p_vf->shadow_config)); in ecore_iov_vf_cleanup()1996 if (!p_vf->shadow_config.vlans[i].used) in ecore_iov_reconfigure_unicast_vlan()2291 OSAL_MEMSET(&vf->shadow_config, 0, sizeof(vf->shadow_config)); in ecore_iov_vf_mbx_stop_vport()3373 if (p_vf->shadow_config.vlans[i].used && in ecore_iov_vf_update_vlan_shadow()3374 p_vf->shadow_config.vlans[i].vid == in ecore_iov_vf_update_vlan_shadow()3376 p_vf->shadow_config.vlans[i].used = false; in ecore_iov_vf_update_vlan_shadow()3389 p_vf->shadow_config.vlans[i].used = false; in ecore_iov_vf_update_vlan_shadow()3401 if (p_vf->shadow_config.vlans[i].used) in ecore_iov_vf_update_vlan_shadow()3404 p_vf->shadow_config.vlans[i].used = true; in ecore_iov_vf_update_vlan_shadow()3454 OSAL_MEM_ZERO(p_vf->shadow_config.macs[i], in ecore_iov_vf_update_mac_shadow()[all …]
162 struct ecore_vf_shadow_config shadow_config; member