Lines Matching refs:mthca_next_seg

929 	int max_data_size = desc_sz - sizeof (struct mthca_next_seg);  in mthca_max_data_size()
971 sizeof (struct mthca_next_seg)) / in mthca_adjust_qp_caps()
989 size = sizeof (struct mthca_next_seg) + in mthca_alloc_wqe_buf()
1034 size += sizeof (struct mthca_next_seg); in mthca_alloc_wqe_buf()
1162 struct mthca_next_seg *next; in mthca_alloc_qp_common()
1206 int size = (sizeof (struct mthca_next_seg) + in mthca_alloc_qp_common()
1659 ((struct mthca_next_seg *) wqe)->nda_op = 0; in mthca_tavor_post_send()
1660 ((struct mthca_next_seg *) wqe)->ee_nds = 0; in mthca_tavor_post_send()
1661 ((struct mthca_next_seg *) wqe)->flags = in mthca_tavor_post_send()
1669 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_tavor_post_send()
1671 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_send()
1672 size = sizeof (struct mthca_next_seg) / 16; in mthca_tavor_post_send()
1730 wqe - sizeof (struct mthca_next_seg), in mthca_tavor_post_send()
1772 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_tavor_post_send()
1777 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_send()
1860 ((struct mthca_next_seg *) wqe)->ee_nds = in mthca_tavor_post_receive()
1862 ((struct mthca_next_seg *) wqe)->flags = 0; in mthca_tavor_post_receive()
1864 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_receive()
1865 size = sizeof (struct mthca_next_seg) / 16; in mthca_tavor_post_receive()
1881 ((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()
2071 wqe - sizeof (struct mthca_next_seg), 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()
2199 ((struct mthca_next_seg *) wqe)->flags = 0; in mthca_arbel_post_receive()
2201 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_receive()
2242 struct mthca_next_seg *next; in mthca_free_err_wqe()