Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c94 return (int *) (wqe + offsetof(struct mthca_next_seg, imm)); in wqe_to_link()
183 struct mthca_next_seg *next; in mthca_alloc_srq_buf()
195 for (scatter = wqe + sizeof (struct mthca_next_seg); in mthca_alloc_srq_buf()
229 roundup_pow_of_two(sizeof (struct mthca_next_seg) + in mthca_alloc_srq()
468 struct mthca_next_seg *last_free; in mthca_free_srq_wqe()
517 ((struct mthca_next_seg *) wqe)->ee_nds = 0; in mthca_tavor_post_srq_recv()
520 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_srq_recv()
537 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_srq_recv()
604 ((struct mthca_next_seg *) wqe)->ee_nds = 0; in mthca_arbel_post_srq_recv()
607 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_srq_recv()
[all …]
H A Dmthca_qp.c979 sizeof (struct mthca_next_seg)) / in mthca_adjust_qp_caps()
998 size = sizeof (struct mthca_next_seg) + in mthca_alloc_wqe_buf()
1043 size += sizeof (struct mthca_next_seg); in mthca_alloc_wqe_buf()
1172 struct mthca_next_seg *next; in mthca_alloc_qp_common()
1672 ((struct mthca_next_seg *) wqe)->flags = in mthca_tavor_post_send()
1682 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_send()
1870 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_receive()
2000 ((struct mthca_next_seg *) wqe)->flags = in mthca_arbel_post_send()
2012 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_send()
2195 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_receive()
[all …]
H A Dmthca_wqe.h57 struct mthca_next_seg { struct
H A Dmthca_main.c209 sizeof (struct mthca_next_seg) - in mthca_dev_lim()