mlx5_ib_create_srq
struct mlx5_ib_create_srq *ucmd,
if (field_avail(struct mlx5_ib_create_srq, uidx, inlen) &&
if (!!(field_avail(struct mlx5_ib_create_srq, uidx, inlen) !=
int mlx5_ib_create_srq(struct ib_srq *srq, struct ib_srq_init_attr *init_attr,
ret = mlx5_ib_create_srq(devr->s0, &attr, NULL);
ret = mlx5_ib_create_srq(devr->s1, &attr, NULL);
dev->ib_dev.create_srq = mlx5_ib_create_srq;
struct mlx5_ib_create_srq ucmd = {};