Home
last modified time | relevance | path

Searched refs:to_mqp (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dgsi.c302 mqp = to_mqp(qp); in setup_qp()
324 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_modify_qp()
337 if (to_mqp(gsi->rx_qp)->state != IB_QPS_RTS) in mlx5_ib_gsi_modify_qp()
349 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_query_qp()
432 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_post_send()
477 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_post_recv()
A Dmem.c105 struct mlx5_ib_qp *qp = to_mqp(ibqp); in post_send_nop()
A Dqp.c317 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_qp_err_syndrome()
3234 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_create_qp()
3328 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_destroy_qp()
4009 struct mlx5_ib_qp *mqp = to_mqp(qp); in get_tx_affinity()
4042 struct mlx5_ib_qp *mqp = to_mqp(qp); in __mlx5_ib_qp_set_counter()
4111 struct mlx5_ib_qp *qp = to_mqp(ibqp); in __mlx5_ib_modify_qp()
4457 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_modify_dct()
4621 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_modify_qp()
5028 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_query_qp()
5772 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_qp_set_counter()
A Dwr.c1057 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_post_send()
1209 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_post_recv()
A Dumr.c236 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5r_umr_post_send()
A Dfs.c1282 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_create_flow()
1863 mqp = to_mqp(*qp); in get_dests()
A Dmlx5_ib.h1191 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() function
A Ddevx.c632 struct mlx5_ib_qp *qp = to_mqp(uobj->object); in devx_is_valid_obj_id()
A Dmain.c2376 struct mlx5_ib_qp *mqp = to_mqp(ibqp); in mlx5_ib_mcg_attach()
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/
A Dqp.c679 qp->mtt = (to_mqp( in create_qp_rss()
1623 struct mlx4_ib_qp *qp = to_mqp(ibqp); in mlx4_ib_create_qp()
1646 to_mqp(sqp->roce_v2_gsi)->flags |= in mlx4_ib_create_qp()
1659 struct mlx4_ib_qp *mqp = to_mqp(qp); in _mlx4_ib_destroy_qp()
1686 struct mlx4_ib_qp *mqp = to_mqp(qp); in mlx4_ib_destroy_qp()
2144 qp = to_mqp(ibqp); in __mlx4_ib_modify_qp()
2695 struct mlx4_ib_qp *qp = to_mqp(ibqp); in _mlx4_ib_modify_qp()
3521 struct mlx4_ib_qp *qp = to_mqp(ibqp); in _mlx4_ib_post_send()
3550 to_mqp(sqp->roce_v2_gsi) : qp; in _mlx4_ib_post_send()
3842 struct mlx4_ib_qp *qp = to_mqp(ibqp); in _mlx4_ib_post_recv()
[all …]
A Dmlx4_ib.h713 static inline struct mlx4_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() function
A Dmain.c1261 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in add_gid_entry()
1835 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_attach()
1913 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_detach()
/linux-6.3-rc2/drivers/infiniband/hw/mthca/
A Dmthca_provider.c461 struct mthca_qp *qp = to_mqp(ibqp); in mthca_create_qp()
564 to_mqp(qp)->sq.db_index); in mthca_destroy_qp()
568 to_mqp(qp)->rq.db_index); in mthca_destroy_qp()
570 mthca_free_qp(to_mdev(qp->device), to_mqp(qp)); in mthca_destroy_qp()
571 kfree(to_mqp(qp)->sqp); in mthca_destroy_qp()
A Dmthca_provider.h311 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() function
A Dmthca_qp.c434 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp()
563 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp()
862 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp()
1629 struct mthca_qp *qp = to_mqp(ibqp); in mthca_tavor_post_send()
1827 struct mthca_qp *qp = to_mqp(ibqp); in mthca_tavor_post_receive()
1932 struct mthca_qp *qp = to_mqp(ibqp); in mthca_arbel_post_send()
2166 struct mthca_qp *qp = to_mqp(ibqp); in mthca_arbel_post_receive()

Completed in 90 milliseconds