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

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c195 static int is_sqp(struct mthca_dev *dev, struct mthca_qp *qp) function
795 if (is_sqp(dev, qp))
1467 if (is_sqp(dev, qp)) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c140 static int is_sqp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) function
1081 if (!is_sqp(dev, qp) && !is_tunnel_qp(dev, qp)) {
1297 if (is_sqp(dev, mqp))
2023 if (is_sqp(dev, qp))
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c93 static int is_sqp(enum ib_qp_type qp_type) function
1651 if (is_sqp(init_attr->qp_type))
2645 if (is_sqp(ibqp->qp_type)) {
2669 if (is_sqp(ibqp->qp_type))

Completed in 132 milliseconds