Searched defs:irdma_get_context_resp (Results 1 – 1 of 1) sorted by relevance
124 struct irdma_get_context_resp { struct125 struct ibv_get_context_resp ibv_resp;126 __u32 max_pds;127 __u32 max_qps;128 __u32 wq_size; /* size of the WQs (SQ+RQ) in the mmaped area */129 __u8 kernel_ver;130 __u8 rsvd[3];131 __aligned_u64 feature_flags;132 __aligned_u64 db_mmap_key;133 __u32 max_hw_wq_frags;[all …]