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