Home
last modified time | relevance | path

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

/linux/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.c107 struct mlx5_ib_qp *qp = to_mqp(ibqp); in post_send_nop()
A Dqp.c3155 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_create_qp()
3249 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_destroy_qp()
3930 struct mlx5_ib_qp *mqp = to_mqp(qp); in get_tx_affinity()
3963 struct mlx5_ib_qp *mqp = to_mqp(qp); in __mlx5_ib_qp_set_counter()
4032 struct mlx5_ib_qp *qp = to_mqp(ibqp); in __mlx5_ib_modify_qp()
4378 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_modify_dct()
4507 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_modify_qp()
4926 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_query_qp()
5670 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_qp_set_counter()
A Dwr.c1284 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_post_send()
1464 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_post_recv()
A Dfs.c1338 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_create_flow()
2068 mqp = to_mqp(*qp); in get_dests()
A Dmlx5_ib.h1189 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.c2402 struct mlx5_ib_qp *mqp = to_mqp(ibqp); in mlx5_ib_mcg_attach()
/linux/drivers/infiniband/hw/mlx4/
A Dqp.c644 qp->mtt = (to_mqp( in create_qp_rss()
1588 struct mlx4_ib_qp *qp = to_mqp(ibqp); in mlx4_ib_create_qp()
1611 to_mqp(sqp->roce_v2_gsi)->flags |= in mlx4_ib_create_qp()
1624 struct mlx4_ib_qp *mqp = to_mqp(qp); in _mlx4_ib_destroy_qp()
1651 struct mlx4_ib_qp *mqp = to_mqp(qp); in mlx4_ib_destroy_qp()
2109 qp = to_mqp(ibqp); in __mlx4_ib_modify_qp()
2660 struct mlx4_ib_qp *qp = to_mqp(ibqp); in _mlx4_ib_modify_qp()
3486 struct mlx4_ib_qp *qp = to_mqp(ibqp); in _mlx4_ib_post_send()
3515 to_mqp(sqp->roce_v2_gsi) : qp; in _mlx4_ib_post_send()
3807 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.c1270 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in add_gid_entry()
1845 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_attach()
1923 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_detach()
/linux/drivers/infiniband/hw/mthca/
A Dmthca_provider.c469 struct mthca_qp *qp = to_mqp(ibqp); in mthca_create_qp()
572 to_mqp(qp)->sq.db_index); in mthca_destroy_qp()
576 to_mqp(qp)->rq.db_index); in mthca_destroy_qp()
578 mthca_free_qp(to_mdev(qp->device), to_mqp(qp)); in mthca_destroy_qp()
579 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 79 milliseconds