Searched defs:mlx5_create_srq_ex (Results 1 – 2 of 2) sorted by relevance
145 struct mlx5_create_srq_ex { struct146 struct ibv_create_xsrq ibv_cmd;147 __u64 buf_addr;148 __u64 db_addr;149 __u32 flags;150 __u32 reserved;151 __u32 uidx;152 __u32 reserved1;
1950 struct ibv_srq *mlx5_create_srq_ex(struct ibv_context *context, in mlx5_create_srq_ex() function