Home
last modified time | relevance | path

Searched refs:to_mibqp (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h720 static inline struct mlx4_ib_qp *to_mibqp(struct mlx4_qp *mqp) in to_mibqp() function
H A Dcq.c717 *cur_qp = to_mibqp(mqp); in mlx4_ib_poll_one()
H A Dqp.c215 struct ib_qp *ibqp = &to_mibqp(qpe_work->qp)->ibqp; in mlx4_ib_handle_qp_event()
261 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp; in mlx4_ib_qp_event()
265 to_mibqp(qp)->port = to_mibqp(qp)->alt_port; in mlx4_ib_qp_event()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h1197 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp() function
H A Dcq.c496 *cur_qp = to_mibqp(mqp); in mlx5_poll_one()
H A Dqp.c359 struct ib_qp *ibqp = &to_mibqp(qpe_work->qp)->ibqp; in mlx5_ib_handle_qp_event()
408 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp; in mlx5_ib_qp_event()
413 to_mibqp(qp)->port = to_mibqp(qp)->trans_qp.alt_port; in mlx5_ib_qp_event()
H A Dodp.c1182 return to_mibqp(mqp); in res_to_qp()