Lines Matching refs:mthca_next_seg
934 int max_data_size = desc_sz - sizeof (struct mthca_next_seg); in mthca_max_data_size()
976 sizeof (struct mthca_next_seg)) / in mthca_adjust_qp_caps()
995 size = sizeof (struct mthca_next_seg) + in mthca_alloc_wqe_buf()
1040 size += sizeof (struct mthca_next_seg); in mthca_alloc_wqe_buf()
1169 struct mthca_next_seg *next; in mthca_alloc_qp_common()
1213 int size = (sizeof (struct mthca_next_seg) + in mthca_alloc_qp_common()
1667 ((struct mthca_next_seg *) wqe)->nda_op = 0; in mthca_tavor_post_send()
1668 ((struct mthca_next_seg *) wqe)->ee_nds = 0; in mthca_tavor_post_send()
1669 ((struct mthca_next_seg *) wqe)->flags = in mthca_tavor_post_send()
1677 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_tavor_post_send()
1679 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_send()
1680 size = sizeof (struct mthca_next_seg) / 16; in mthca_tavor_post_send()
1739 wqe - sizeof(struct mthca_next_seg), wqe); in mthca_tavor_post_send()
1780 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_tavor_post_send()
1785 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_send()
1863 ((struct mthca_next_seg *) wqe)->ee_nds = in mthca_tavor_post_receive()
1865 ((struct mthca_next_seg *) wqe)->flags = 0; in mthca_tavor_post_receive()
1867 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_receive()
1868 size = sizeof (struct mthca_next_seg) / 16; in mthca_tavor_post_receive()
1884 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_receive()
1997 ((struct mthca_next_seg *) wqe)->flags = in mthca_arbel_post_send()
2007 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_arbel_post_send()
2009 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_send()
2010 size = sizeof (struct mthca_next_seg) / 16; in mthca_arbel_post_send()
2069 wqe - sizeof(struct mthca_next_seg), wqe); in mthca_arbel_post_send()
2110 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_arbel_post_send()
2115 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_arbel_post_send()
2190 ((struct mthca_next_seg *) wqe)->flags = 0; in mthca_arbel_post_receive()
2192 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_receive()
2233 struct mthca_next_seg *next; in mthca_free_err_wqe()