Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dgsi.c304 mqp = to_mqp(qp); in setup_qp()
326 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_modify_qp()
339 if (to_mqp(gsi->rx_qp)->state != IB_QPS_RTS) in mlx5_ib_gsi_modify_qp()
351 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_query_qp()
434 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_post_send()
479 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_post_recv()
H A Drestrack.c170 struct mlx5_ib_qp *qp = to_mqp(ibqp); in fill_res_qp_entry()
H A Dqp.c321 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_qp_err_syndrome()
3258 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_create_qp()
3356 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_destroy_qp()
4038 struct mlx5_ib_qp *mqp = to_mqp(qp); in get_tx_affinity()
4095 struct mlx5_ib_qp *mqp = to_mqp(qp); in __mlx5_ib_qp_set_counter()
4167 struct mlx5_ib_qp *qp = to_mqp(ibqp); in __mlx5_ib_modify_qp()
4528 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_modify_dct()
4694 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_modify_qp()
5106 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_query_qp()
5849 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_qp_set_counter()
H 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()
H A Dumr.c246 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5r_umr_post_send()
H A Dmlx5_ib.h1289 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() function
H A Dfs.c1736 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_create_flow()
2409 mqp = to_mqp(*qp); in get_dests()
H A Ddevx.c675 struct mlx5_ib_qp *qp = to_mqp(uobj->object); in devx_is_valid_obj_id()
H A Dmain.c2802 struct mlx5_ib_qp *mqp = to_mqp(ibqp); in mlx5_ib_mcg_attach()
/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c681 qp->mtt = (to_mqp( in create_qp_rss()
1385 struct mlx4_ib_qp *wq = to_mqp((struct ib_qp *)ibwq); in destroy_qp_rss()
1633 struct mlx4_ib_qp *qp = to_mqp(ibqp); in mlx4_ib_create_qp()
1657 to_mqp(sqp->roce_v2_gsi)->flags |= in mlx4_ib_create_qp()
1670 struct mlx4_ib_qp *mqp = to_mqp(qp); in _mlx4_ib_destroy_qp()
1697 struct mlx4_ib_qp *mqp = to_mqp(qp); in mlx4_ib_destroy_qp()
2021 struct mlx4_ib_qp *wq = to_mqp((struct ib_qp *)ibwq); in bringup_rss_rwqs()
2054 struct mlx4_ib_qp *wq = to_mqp((struct ib_qp *)ibwq); in bringup_rss_rwqs()
2080 struct mlx4_ib_qp *wq = to_mqp((struct ib_qp *)ibwq); in bring_down_rss_rwqs()
2145 qp = to_mqp((struct ib_qp *)ibwq); in __mlx4_ib_modify_qp()
[all …]
H A Dmlx4_ib.h718 static inline struct mlx4_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() function
H A Dmain.c1266 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in add_gid_entry()
1840 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_attach()
1918 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_detach()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c462 struct mthca_qp *qp = to_mqp(ibqp); in mthca_create_qp()
565 to_mqp(qp)->sq.db_index); in mthca_destroy_qp()
569 to_mqp(qp)->rq.db_index); in mthca_destroy_qp()
571 mthca_free_qp(to_mdev(qp->device), to_mqp(qp)); in mthca_destroy_qp()
572 kfree(to_mqp(qp)->sqp); in mthca_destroy_qp()
H A Dmthca_provider.h311 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() function
H 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()