• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/

Lines Matching refs:cpu_to_be32

247 	res_wr->op_nres = cpu_to_be32(
251 res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16));
261 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32(
266 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32(
275 res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid);
284 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32(
289 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32(
298 res->u.sqrq.eqid = cpu_to_be32(wq->rq.qid);
371 immdp->immdlen = cpu_to_be32(plen);
419 wqe->send.sendop_pkd = cpu_to_be32(
422 wqe->send.sendop_pkd = cpu_to_be32(
428 wqe->send.sendop_pkd = cpu_to_be32(
431 wqe->send.sendop_pkd = cpu_to_be32(
433 wqe->send.stag_inv = cpu_to_be32(wr->ex.invalidate_rkey);
470 wqe->send.plen = cpu_to_be32(plen);
484 wqe->write.stag_sink = cpu_to_be32(rdma_wr(wr)->rkey);
513 wqe->write.plen = cpu_to_be32(plen);
522 wqe->read.stag_src = cpu_to_be32(rdma_wr(wr)->rkey);
523 wqe->read.to_src_hi = cpu_to_be32((u32)(rdma_wr(wr)->remote_addr
526 cpu_to_be32((u32)rdma_wr(wr)->remote_addr);
527 wqe->read.stag_sink = cpu_to_be32(wr->sg_list[0].lkey);
528 wqe->read.plen = cpu_to_be32(wr->sg_list[0].length);
529 wqe->read.to_sink_hi = cpu_to_be32((u32)(wr->sg_list[0].addr
531 wqe->read.to_sink_lo = cpu_to_be32((u32)(wr->sg_list[0].addr));
533 wqe->read.stag_src = cpu_to_be32(2);
536 wqe->read.stag_sink = cpu_to_be32(2);
565 wqe->inv.stag_inv = cpu_to_be32(wr->ex.invalidate_rkey);
624 cqe.header = cpu_to_be32(V_CQE_STATUS(T4_ERR_SWFLUSH) |
654 cqe.header = cpu_to_be32(V_CQE_STATUS(T4_ERR_SWFLUSH) |
680 fr->r2 = cpu_to_be32(0);
681 fr->stag = cpu_to_be32(mhp->ibmr.rkey);
683 fr->tpte.valid_to_pdid = cpu_to_be32(F_FW_RI_TPTE_VALID |
688 fr->tpte.locread_to_qpid = cpu_to_be32(
692 fr->tpte.nosnoop_pbladdr = cpu_to_be32(V_FW_RI_TPTE_PBLADDR(
694 fr->tpte.dca_mwbcnt_pstag = cpu_to_be32(0);
695 fr->tpte.len_hi = cpu_to_be32(mhp->ibmr.length >> 32);
696 fr->tpte.len_lo = cpu_to_be32(mhp->ibmr.length & 0xffffffff);
697 fr->tpte.va_hi = cpu_to_be32(mhp->ibmr.iova >> 32);
698 fr->tpte.va_lo_fbo = cpu_to_be32(mhp->ibmr.iova & 0xffffffff);
726 wqe->fr.len_hi = cpu_to_be32(mhp->ibmr.length >> 32);
727 wqe->fr.len_lo = cpu_to_be32(mhp->ibmr.length & 0xffffffff);
728 wqe->fr.stag = cpu_to_be32(wr->key);
729 wqe->fr.va_hi = cpu_to_be32(mhp->ibmr.iova >> 32);
730 wqe->fr.va_lo_fbo = cpu_to_be32(mhp->ibmr.iova & 0xffffffff);
744 sglp->len0 = cpu_to_be32(pbllen);
752 imdp->immdlen = cpu_to_be32(pbllen);
1136 wqe->op_compl = cpu_to_be32(V_FW_WR_OP(FW_RI_WR));
1137 wqe->flowid_len16 = cpu_to_be32(
1142 wqe->u.terminate.immdlen = cpu_to_be32(sizeof *term);
1269 wqe->op_compl = cpu_to_be32(V_FW_WR_OP(FW_RI_WR) | F_FW_WR_COMPL);
1270 wqe->flowid_len16 = cpu_to_be32(V_FW_WR_FLOWID(ep->hwtid) |
1296 init->u.write.stag_sink = cpu_to_be32(1);
1305 init->u.read.stag_src = cpu_to_be32(1);
1306 init->u.read.to_src_lo = cpu_to_be32(1);
1307 init->u.read.stag_sink = cpu_to_be32(1);
1308 init->u.read.to_sink_lo = cpu_to_be32(1);
1369 wqe->op_compl = cpu_to_be32(
1372 wqe->flowid_len16 = cpu_to_be32(V_FW_WR_FLOWID(ep->hwtid) |
1396 wqe->u.init.pdid = cpu_to_be32(qhp->attr.pd);
1397 wqe->u.init.qpid = cpu_to_be32(qhp->wq.sq.qid);
1398 wqe->u.init.sq_eqid = cpu_to_be32(qhp->wq.sq.qid);
1399 wqe->u.init.rq_eqid = cpu_to_be32(qhp->wq.rq.qid);
1400 wqe->u.init.scqid = cpu_to_be32(qhp->attr.scq);
1401 wqe->u.init.rcqid = cpu_to_be32(qhp->attr.rcq);
1402 wqe->u.init.ord_max = cpu_to_be32(qhp->attr.max_ord);
1403 wqe->u.init.ird_max = cpu_to_be32(qhp->attr.max_ird);
1404 wqe->u.init.iss = cpu_to_be32(ep->snd_seq);
1405 wqe->u.init.irs = cpu_to_be32(ep->rcv_seq);
1406 wqe->u.init.hwrqsize = cpu_to_be32(qhp->wq.rq.rqt_size);
1407 wqe->u.init.hwrqaddr = cpu_to_be32(qhp->wq.rq.rqt_hwaddr -