Lines Matching defs:irdma_alloc_ucontext_resp
31 struct irdma_alloc_ucontext_resp { struct
32 __u32 max_pds;
33 __u32 max_qps;
34 __u32 wq_size; /* size of the WQs (SQ+RQ) in the mmaped area */
35 __u8 kernel_ver;
36 __u8 rsvd[3];
37 __aligned_u64 feature_flags;
38 __aligned_u64 db_mmap_key;
39 __u32 max_hw_wq_frags;
40 __u32 max_hw_read_sges;
41 __u32 max_hw_inline;
42 __u32 max_hw_rq_quanta;
43 __u32 max_hw_wq_quanta;
44 __u32 min_hw_cq_size;
45 __u32 max_hw_cq_size;
46 __u16 max_hw_sq_chunk;
47 __u8 hw_rev;
48 __u8 rsvd2;