Lines Matching defs:irdma_alloc_ucontext_resp
37 struct irdma_alloc_ucontext_resp { struct
38 __u32 max_pds;
39 __u32 max_qps;
40 __u32 wq_size; /* size of the WQs (SQ+RQ) in the mmaped area */
41 __u8 kernel_ver;
42 __u8 rsvd[3];
43 __aligned_u64 feature_flags;
44 __aligned_u64 db_mmap_key;
45 __u32 max_hw_wq_frags;
46 __u32 max_hw_read_sges;
47 __u32 max_hw_inline;
48 __u32 max_hw_rq_quanta;
49 __u32 max_hw_wq_quanta;
50 __u32 min_hw_cq_size;
51 __u32 max_hw_cq_size;
52 __u16 max_hw_sq_chunk;
53 __u8 hw_rev;
54 __u8 rsvd2;
55 __aligned_u64 comp_mask;
56 __u16 min_hw_wq_size;
57 __u8 rsvd3[6];