Searched defs:ice_vf (Results 1 – 1 of 1) sorted by relevance
68 struct ice_vf { struct69 struct ice_pf *pf;71 u16 vf_id; /* VF ID in the PF space */72 u16 lan_vsi_idx; /* index into PF struct */74 int first_vector_idx;75 struct ice_sw *vf_sw_id; /* switch ID the VF VSIs connect to */76 struct virtchnl_version_info vf_ver;77 u32 driver_caps; /* reported by VF driver */78 struct virtchnl_ether_addr dflt_lan_addr;81 u16 port_vlan_info; /* Port VLAN ID and QoS */[all …]