Searched defs:ice_vf (Results 1 – 2 of 2) sorted by relevance
80 struct ice_vf { struct94 struct ice_vf_fdir fdir; argument96 int first_vector_idx;97 struct ice_sw *vf_sw_id; /* switch ID the VF VSIs connect to */98 struct virtchnl_version_info vf_ver;99 u32 driver_caps; /* reported by VF driver */100 u8 dev_lan_addr[ETH_ALEN];101 u8 hw_lan_addr[ETH_ALEN];102 struct ice_time_mac legacy_last_added_umac;105 struct ice_vlan port_vlan_info; /* Port VLAN ID, QoS, and TPID */[all …]
67 struct ice_vf { struct68 struct ice_pf *pf;73 struct mutex cfg_lock;75 u16 vf_id; /* VF ID in the PF space */76 u16 lan_vsi_idx; /* index into PF struct */78 int first_vector_idx;79 struct ice_sw *vf_sw_id; /* switch ID the VF VSIs connect to */80 struct virtchnl_version_info vf_ver;81 u32 driver_caps; /* reported by VF driver */82 struct virtchnl_ether_addr dflt_lan_addr;[all …]