Searched refs:is_qp0 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c201 static int is_qp0(struct mthca_dev *dev, struct mthca_qp *qp) function
802 if (is_qp0(dev, qp)) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c168 static int is_qp0(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) function
1282 if (is_qp0(dev, mqp))
2030 if (is_qp0(dev, qp)) {
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c88 static int is_qp0(enum ib_qp_type qp_type) function
95 return is_qp0(qp_type) || is_qp1(qp_type);
2068 if (is_qp0(init_attr->qp_type))

Completed in 81 milliseconds