Searched defs:ice_vsi_ctx (Results 1 – 1 of 1) sorted by relevance
18 struct ice_vsi_ctx { struct19 u16 vsi_num;20 u16 vsis_allocd;21 u16 vsis_unallocated;22 u16 flags;23 struct ice_aqc_vsi_props info;24 struct ice_sched_vsi_info sched;25 u8 alloc_from_pool;26 u8 vf_num;27 u16 num_lan_q_entries[ICE_MAX_TRAFFIC_CLASS];[all …]