Lines Matching defs:irdma_alloc_ucontext_resp
71 struct irdma_alloc_ucontext_resp { struct
72 __u32 max_pds;
73 __u32 max_qps;
74 __u32 wq_size; /* size of the WQs (SQ+RQ) in the mmaped area */
75 __u8 kernel_ver;
76 __u8 rsvd[3];
77 __aligned_u64 feature_flags;
78 __aligned_u64 db_mmap_key;
79 __u32 max_hw_wq_frags;
80 __u32 max_hw_read_sges;
81 __u32 max_hw_inline;
82 __u32 max_hw_rq_quanta;
83 __u32 max_hw_wq_quanta;
84 __u32 min_hw_cq_size;
85 __u32 max_hw_cq_size;
86 __u16 max_hw_sq_chunk;
87 __u8 hw_rev;
88 __u8 rsvd2;
89 __aligned_u64 comp_mask;
90 __u16 min_hw_wq_size;
91 __u8 rsvd3[6];