• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/

Lines Matching refs:cpu_to_be32

61 		wqe->send.rem_stag = cpu_to_be32(wr->ex.invalidate_rkey);
77 wqe->send.sgl[i].stag = cpu_to_be32(wr->sg_list[i].lkey);
78 wqe->send.sgl[i].len = cpu_to_be32(wr->sg_list[i].length);
81 wqe->send.num_sgle = cpu_to_be32(wr->num_sge);
83 wqe->send.plen = cpu_to_be32(plen);
98 wqe->write.stag_sink = cpu_to_be32(wr->wr.rdma.rkey);
104 wqe->write.sgl[0].len = cpu_to_be32(0);
105 wqe->write.num_sgle = cpu_to_be32(0);
115 cpu_to_be32(wr->sg_list[i].lkey);
117 cpu_to_be32(wr->sg_list[i].length);
121 wqe->write.num_sgle = cpu_to_be32(wr->num_sge);
124 wqe->write.plen = cpu_to_be32(plen);
140 wqe->read.rem_stag = cpu_to_be32(wr->wr.rdma.rkey);
142 wqe->read.local_stag = cpu_to_be32(wr->sg_list[0].lkey);
143 wqe->read.local_len = cpu_to_be32(wr->sg_list[0].length);
158 wqe->fastreg.stag = cpu_to_be32(wr->wr.fast_reg.rkey);
159 wqe->fastreg.len = cpu_to_be32(wr->wr.fast_reg.length);
160 wqe->fastreg.va_base_hi = cpu_to_be32(wr->wr.fast_reg.iova_start >> 32);
162 cpu_to_be32(wr->wr.fast_reg.iova_start & 0xffffffff);
163 wqe->fastreg.page_type_perms = cpu_to_be32(
194 wqe->local_inv.stag = cpu_to_be32(wr->ex.invalidate_rkey);
262 wqe->recv.num_sgle = cpu_to_be32(wr->num_sge);
264 wqe->recv.sgl[i].stag = cpu_to_be32(wr->sg_list[i].lkey);
265 wqe->recv.sgl[i].len = cpu_to_be32(wr->sg_list[i].length);
272 wqe->recv.pbl_addr[i] = cpu_to_be32(pbl_addr[i]);
310 wqe->recv.num_sgle = cpu_to_be32(wr->num_sge);
331 wqe->recv.sgl[i].len = cpu_to_be32(wr->sg_list[i].length);
333 wqe->recv.pbl_addr[i] = cpu_to_be32(pbl_offset);
578 wqe->bind.mr_stag = cpu_to_be32(mw_bind->mr->lkey);
579 wqe->bind.mw_stag = cpu_to_be32(mw->rkey);
580 wqe->bind.mw_len = cpu_to_be32(mw_bind->length);
594 wqe->bind.mr_pbl_addr = cpu_to_be32(pbl_addr);
758 wqe->read.rem_stag = cpu_to_be32(1);
760 wqe->read.local_stag = cpu_to_be32(1);
761 wqe->read.local_len = cpu_to_be32(0);
763 wqe->send.wrh.op_seop_flags = cpu_to_be32(V_FW_RIWR_OP(T3_WR_READ));
764 wqe->send.wrh.gen_tid_len = cpu_to_be32(V_FW_RIWR_TID(qhp->ep->hwtid)|
795 wqe->send.wrh.op_seop_flags = cpu_to_be32(V_FW_RIWR_OP(T3_WR_SEND) |
797 wqe->send.wrh.gen_tid_len = cpu_to_be32(V_FW_RIWR_TID(qhp->ep->hwtid));