Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_wqe.h101 struct mthca_data_seg { struct
116 static __always_inline void mthca_set_data_seg(struct mthca_data_seg *dseg, in mthca_set_data_seg() argument
124 static __always_inline void mthca_set_data_seg_inval(struct mthca_data_seg *dseg) in mthca_set_data_seg_inval()
Dmthca_qp.c921 max_data_size -= 2 * sizeof (struct mthca_data_seg); in mthca_max_data_size()
956 max_data_size / sizeof (struct mthca_data_seg)); in mthca_adjust_qp_caps()
960 sizeof (struct mthca_data_seg)); in mthca_adjust_qp_caps()
978 qp->rq.max_gs * sizeof (struct mthca_data_seg); in mthca_alloc_wqe_buf()
987 size = qp->sq.max_gs * sizeof (struct mthca_data_seg); in mthca_alloc_wqe_buf()
990 size += 2 * sizeof (struct mthca_data_seg); in mthca_alloc_wqe_buf()
1012 sizeof (struct mthca_data_seg)); in mthca_alloc_wqe_buf()
1193 struct mthca_data_seg *scatter; in mthca_alloc_qp_common()
1195 qp->rq.max_gs * sizeof (struct mthca_data_seg)) / 16; in mthca_alloc_qp_common()
1264 sizeof (struct mthca_data_seg)); in mthca_set_qp_size()
[all …]
Dmthca_srq.c150 struct mthca_data_seg *scatter; in mthca_alloc_srq_buf()
222 srq->max_gs * sizeof (struct mthca_data_seg))); in mthca_alloc_srq()
523 wqe += sizeof (struct mthca_data_seg); in mthca_tavor_post_srq_recv()
615 wqe += sizeof (struct mthca_data_seg); in mthca_arbel_post_srq_recv()
662 sizeof (struct mthca_data_seg)); in mthca_max_srq_sge()
Dmthca_main.c214 sizeof (struct mthca_data_seg)); in mthca_dev_lim()