Lines Matching defs:ice_vsi_ctx
36 struct ice_vsi_ctx { struct
37 u16 vsi_num;
38 u16 vsis_allocd;
39 u16 vsis_unallocated;
40 u16 flags;
41 struct ice_aqc_vsi_props info;
42 struct ice_sched_vsi_info sched;
43 u8 alloc_from_pool;
44 u8 vf_num;
45 u16 num_lan_q_entries[ICE_MAX_TRAFFIC_CLASS];
46 struct ice_q_ctx *lan_q_ctx[ICE_MAX_TRAFFIC_CLASS];
47 u16 num_rdma_q_entries[ICE_MAX_TRAFFIC_CLASS];
48 struct ice_q_ctx *rdma_q_ctx[ICE_MAX_TRAFFIC_CLASS];