Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_qp.c202 static int is_qp0(struct mthca_dev *dev, struct mthca_qp *qp) in is_qp0() function
806 if (is_qp0(dev, qp)) { in __mthca_modify_qp()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c169 static int is_qp0(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_qp0() function
1288 if (is_qp0(dev, mqp)) in _mlx4_ib_destroy_qp()
2038 if (is_qp0(dev, qp)) { in __mlx4_ib_modify_qp()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c90 static int is_qp0(enum ib_qp_type qp_type) in is_qp0() function
97 return is_qp0(qp_type) || is_qp1(qp_type); in is_sqp()
2158 if (is_qp0(init_attr->qp_type)) in mlx5_ib_create_qp()