Home
last modified time | relevance | path

Searched refs:qp_has_rq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c612 static int qp_has_rq(struct ib_qp_init_attr *attr) in qp_has_rq() function
729 err = set_rq_size(dev, &init_attr->cap, !!pd->uobject, qp_has_rq(init_attr), qp); in create_qp_common()
763 if (qp_has_rq(init_attr)) { in create_qp_common()
789 if (qp_has_rq(init_attr)) { in create_qp_common()
918 if (qp_has_rq(init_attr)) in create_qp_common()
935 if (!pd->uobject && qp_has_rq(init_attr)) in create_qp_common()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c461 static int qp_has_rq(struct ib_qp_init_attr *attr) in qp_has_rq() function
1688 qp->has_rq = qp_has_rq(init_attr); in create_qp_common()