Lines Matching refs:mthca_next_seg

917 	int max_data_size = desc_sz - sizeof (struct mthca_next_seg);  in mthca_max_data_size()
959 sizeof (struct mthca_next_seg)) / in mthca_adjust_qp_caps()
977 size = sizeof (struct mthca_next_seg) + in mthca_alloc_wqe_buf()
1022 size += sizeof (struct mthca_next_seg); in mthca_alloc_wqe_buf()
1150 struct mthca_next_seg *next; in mthca_alloc_qp_common()
1194 int size = (sizeof (struct mthca_next_seg) + in mthca_alloc_qp_common()
1647 ((struct mthca_next_seg *) wqe)->nda_op = 0; in mthca_tavor_post_send()
1648 ((struct mthca_next_seg *) wqe)->ee_nds = 0; in mthca_tavor_post_send()
1649 ((struct mthca_next_seg *) wqe)->flags = in mthca_tavor_post_send()
1657 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_tavor_post_send()
1659 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_send()
1660 size = sizeof (struct mthca_next_seg) / 16; in mthca_tavor_post_send()
1718 wqe - sizeof (struct mthca_next_seg), in mthca_tavor_post_send()
1760 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_tavor_post_send()
1765 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_send()
1848 ((struct mthca_next_seg *) wqe)->ee_nds = in mthca_tavor_post_receive()
1850 ((struct mthca_next_seg *) wqe)->flags = 0; in mthca_tavor_post_receive()
1852 wqe += sizeof (struct mthca_next_seg); in mthca_tavor_post_receive()
1853 size = sizeof (struct mthca_next_seg) / 16; in mthca_tavor_post_receive()
1869 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_receive()
1988 ((struct mthca_next_seg *) wqe)->flags = in mthca_arbel_post_send()
1998 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_arbel_post_send()
2000 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_send()
2001 size = sizeof (struct mthca_next_seg) / 16; in mthca_arbel_post_send()
2059 wqe - sizeof (struct mthca_next_seg), in mthca_arbel_post_send()
2101 ((struct mthca_next_seg *) prev_wqe)->nda_op = in mthca_arbel_post_send()
2106 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_arbel_post_send()
2187 ((struct mthca_next_seg *) wqe)->flags = 0; in mthca_arbel_post_receive()
2189 wqe += sizeof (struct mthca_next_seg); in mthca_arbel_post_receive()
2230 struct mthca_next_seg *next; in mthca_free_err_wqe()