Lines Matching refs:wqe

1607 	void *wqe;  in mthca_tavor_post_send()  local
1643 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send()
1645 qp->sq.last = wqe; in mthca_tavor_post_send()
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()
1667 set_raddr_seg(wqe, wr->wr.atomic.remote_addr, in mthca_tavor_post_send()
1669 wqe += sizeof (struct mthca_raddr_seg); in mthca_tavor_post_send()
1671 set_atomic_seg(wqe, wr); in mthca_tavor_post_send()
1672 wqe += sizeof (struct mthca_atomic_seg); in mthca_tavor_post_send()
1680 set_raddr_seg(wqe, wr->wr.rdma.remote_addr, in mthca_tavor_post_send()
1682 wqe += sizeof (struct mthca_raddr_seg); in mthca_tavor_post_send()
1697 set_raddr_seg(wqe, wr->wr.rdma.remote_addr, in mthca_tavor_post_send()
1699 wqe += sizeof (struct mthca_raddr_seg); in mthca_tavor_post_send()
1711 set_tavor_ud_seg(wqe, wr); in mthca_tavor_post_send()
1712 wqe += sizeof (struct mthca_tavor_ud_seg); in mthca_tavor_post_send()
1718 wqe - sizeof (struct mthca_next_seg), in mthca_tavor_post_send()
1719 wqe); in mthca_tavor_post_send()
1724 wqe += sizeof (struct mthca_data_seg); in mthca_tavor_post_send()
1737 mthca_set_data_seg(wqe, wr->sg_list + i); in mthca_tavor_post_send()
1738 wqe += sizeof (struct mthca_data_seg); in mthca_tavor_post_send()
1744 ((struct mthca_data_seg *) wqe)->byte_count = in mthca_tavor_post_send()
1746 ((u32 *) wqe)[1] = 0; in mthca_tavor_post_send()
1747 wqe += sizeof (struct mthca_data_seg); in mthca_tavor_post_send()
1824 void *wqe; in mthca_tavor_post_receive() local
1844 wqe = get_recv_wqe(qp, ind); in mthca_tavor_post_receive()
1846 qp->rq.last = wqe; in mthca_tavor_post_receive()
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()
1862 mthca_set_data_seg(wqe, wr->sg_list + i); in mthca_tavor_post_receive()
1863 wqe += sizeof (struct mthca_data_seg); in mthca_tavor_post_receive()
1922 void *wqe; in mthca_arbel_post_send() local
1984 wqe = get_send_wqe(qp, ind); in mthca_arbel_post_send()
1986 qp->sq.last = wqe; in mthca_arbel_post_send()
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()
2008 set_raddr_seg(wqe, wr->wr.atomic.remote_addr, in mthca_arbel_post_send()
2010 wqe += sizeof (struct mthca_raddr_seg); in mthca_arbel_post_send()
2012 set_atomic_seg(wqe, wr); in mthca_arbel_post_send()
2013 wqe += sizeof (struct mthca_atomic_seg); in mthca_arbel_post_send()
2021 set_raddr_seg(wqe, wr->wr.rdma.remote_addr, in mthca_arbel_post_send()
2023 wqe += sizeof (struct mthca_raddr_seg); in mthca_arbel_post_send()
2038 set_raddr_seg(wqe, wr->wr.rdma.remote_addr, in mthca_arbel_post_send()
2040 wqe += sizeof (struct mthca_raddr_seg); in mthca_arbel_post_send()
2052 set_arbel_ud_seg(wqe, wr); in mthca_arbel_post_send()
2053 wqe += sizeof (struct mthca_arbel_ud_seg); in mthca_arbel_post_send()
2059 wqe - sizeof (struct mthca_next_seg), in mthca_arbel_post_send()
2060 wqe); in mthca_arbel_post_send()
2065 wqe += sizeof (struct mthca_data_seg); in mthca_arbel_post_send()
2078 mthca_set_data_seg(wqe, wr->sg_list + i); in mthca_arbel_post_send()
2079 wqe += sizeof (struct mthca_data_seg); in mthca_arbel_post_send()
2085 ((struct mthca_data_seg *) wqe)->byte_count = in mthca_arbel_post_send()
2087 ((u32 *) wqe)[1] = 0; in mthca_arbel_post_send()
2088 wqe += sizeof (struct mthca_data_seg); in mthca_arbel_post_send()
2166 void *wqe; in mthca_arbel_post_receive() local
2185 wqe = get_recv_wqe(qp, ind); in mthca_arbel_post_receive()
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()
2198 mthca_set_data_seg(wqe, wr->sg_list + i); in mthca_arbel_post_receive()
2199 wqe += sizeof (struct mthca_data_seg); in mthca_arbel_post_receive()
2203 mthca_set_data_seg_inval(wqe); in mthca_arbel_post_receive()