Lines Matching refs:mthca_next_seg

937 	int max_data_size = desc_sz - sizeof (struct mthca_next_seg);  in mthca_max_data_size()
979 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()
1216 int size = (sizeof (struct mthca_next_seg) + in mthca_alloc_qp_common()
1670 ((struct mthca_next_seg *) wqe)->nda_op = 0; in mthca_tavor_post_send()
1671 ((struct mthca_next_seg *) wqe)->ee_nds = 0; in mthca_tavor_post_send()
1672 ((struct mthca_next_seg *) wqe)->flags = in mthca_tavor_post_send()
1680 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_tavor_post_send()
1682 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_send()
1683 size = sizeof (struct mthca_next_seg) / 16; in mthca_tavor_post_send()
1742 wqe - sizeof(struct mthca_next_seg), wqe); in mthca_tavor_post_send()
1783 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_tavor_post_send()
1788 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_send()
1866 ((struct mthca_next_seg *) wqe)->ee_nds = in mthca_tavor_post_receive()
1868 ((struct mthca_next_seg *) wqe)->flags = 0; in mthca_tavor_post_receive()
1870 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_receive()
1871 size = sizeof (struct mthca_next_seg) / 16; in mthca_tavor_post_receive()
1887 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_receive()
2000 ((struct mthca_next_seg *) wqe)->flags = in mthca_arbel_post_send()
2010 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_arbel_post_send()
2012 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_send()
2013 size = sizeof (struct mthca_next_seg) / 16; in mthca_arbel_post_send()
2072 wqe - sizeof(struct mthca_next_seg), wqe); in mthca_arbel_post_send()
2113 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_arbel_post_send()
2118 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_arbel_post_send()
2193 ((struct mthca_next_seg *) wqe)->flags = 0; in mthca_arbel_post_receive()
2195 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_receive()
2236 struct mthca_next_seg *next; in mthca_free_err_wqe()