Searched defs:ice_vsi_ctx (Results 1 – 1 of 1) sorted by relevance
23 struct ice_vsi_ctx { struct24 u16 vsi_num;25 u16 vsis_allocd;26 u16 vsis_unallocated;27 u16 flags;28 struct ice_aqc_vsi_props info;29 struct ice_sched_vsi_info sched;30 u8 alloc_from_pool;31 u8 vf_num;32 u16 num_lan_q_entries[ICE_MAX_TRAFFIC_CLASS];[all …]