Home
last modified time | relevance | path

Searched refs:to_msqp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_provider.h339 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp() function
Dmthca_qp.c808 store_attrs(to_msqp(qp), attr, attr_mask); in __mthca_modify_qp()
1482 to_msqp(qp)->header_buf_size, in mthca_free_qp()
1483 to_msqp(qp)->header_buf, in mthca_free_qp()
1484 to_msqp(qp)->header_dma); in mthca_free_qp()
1729 err = build_mlx_header(dev, to_msqp(qp), ind, ud_wr(wr), in mthca_tavor_post_send()
2070 err = build_mlx_header(dev, to_msqp(qp), ind, ud_wr(wr), in mthca_arbel_post_send()
Dmthca_provider.c613 to_msqp(qp)); in mthca_create_qp()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c124 static struct mlx4_ib_sqp *to_msqp(struct mlx4_ib_qp *mqp) in to_msqp() function
1569 struct mlx4_ib_sqp *sqp = to_msqp((to_mqp(ibqp))); in mlx4_ib_create_qp()
1581 sqp = to_msqp(to_mqp(sqp->roce_v2_gsi)); in mlx4_ib_create_qp()
1619 kfree(to_msqp(mqp)); in _mlx4_ib_destroy_qp()
1631 struct mlx4_ib_sqp *sqp = to_msqp(mqp); in mlx4_ib_destroy_qp()
2489 store_sqp_attrs(to_msqp(qp), attr, attr_mask); in __mlx4_ib_modify_qp()
2771 struct mlx4_ib_sqp *sqp = to_msqp(mqp); in mlx4_ib_modify_qp()
3462 struct mlx4_ib_sqp *sqp = to_msqp(qp); in _mlx4_ib_post_send()
3589 err = build_sriov_qp0_header(to_msqp(qp), ud_wr(wr), in _mlx4_ib_post_send()
3626 err = build_sriov_qp0_header(to_msqp(qp), ud_wr(wr), in _mlx4_ib_post_send()
[all …]