Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_provider.h339 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp() function
Dmthca_qp.c796 store_attrs(to_msqp(qp), attr, attr_mask); in __mthca_modify_qp()
1470 to_msqp(qp)->header_buf_size, in mthca_free_qp()
1471 to_msqp(qp)->header_buf, in mthca_free_qp()
1472 to_msqp(qp)->header_dma); in mthca_free_qp()
1717 err = build_mlx_header(dev, to_msqp(qp), ind, wr, in mthca_tavor_post_send()
2058 err = build_mlx_header(dev, to_msqp(qp), ind, wr, in mthca_arbel_post_send()
Dmthca_provider.c605 to_msqp(qp)); in mthca_create_qp()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dqp.c120 static struct mlx4_ib_sqp *to_msqp(struct mlx4_ib_qp *mqp) in to_msqp() function
1196 kfree(to_msqp(mqp)); in mlx4_ib_destroy_qp()
1783 store_sqp_attrs(to_msqp(qp), attr, attr_mask); in __mlx4_ib_modify_qp()
2775 err = build_sriov_qp0_header(to_msqp(qp), wr, ctrl, &seglen); in mlx4_ib_post_send()
2810 err = build_sriov_qp0_header(to_msqp(qp), wr, ctrl, &seglen); in mlx4_ib_post_send()
2842 err = build_mlx_header(to_msqp(qp), wr, ctrl, &seglen); in mlx4_ib_post_send()