Searched refs:to_mibqp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h689 static inline struct mlx4_ib_qp *to_mibqp(struct mlx4_qp *mqp) function
H A Dmlx4_ib_cq.c716 *cur_qp = to_mibqp(mqp);
H A Dmlx4_ib_qp.c296 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp;
299 to_mibqp(qp)->port = to_mibqp(qp)->alt_port;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h721 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) function
H A Dmlx5_ib_qp.c187 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp;
192 to_mibqp(qp)->port = to_mibqp(qp)->trans_qp.alt_port;
H A Dmlx5_ib_cq.c564 *cur_qp = to_mibqp(mqp);

Completed in 131 milliseconds