• 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/cxgb4/

Lines Matching refs:cpu_to_be32

202 	OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid));
380 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP(FW_FLOWC_WR) |
382 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16(DIV_ROUND_UP(flowclen,
386 flowc->mnemval[0].val = cpu_to_be32(PCI_FUNC(ep->com.dev->rdev.lldi.pdev->devfn) << 8);
388 flowc->mnemval[1].val = cpu_to_be32(ep->tx_chan);
390 flowc->mnemval[2].val = cpu_to_be32(ep->tx_chan);
392 flowc->mnemval[3].val = cpu_to_be32(ep->rss_qid);
394 flowc->mnemval[4].val = cpu_to_be32(ep->snd_seq);
396 flowc->mnemval[5].val = cpu_to_be32(ep->rcv_seq);
398 flowc->mnemval[6].val = cpu_to_be32(snd_win);
400 flowc->mnemval[7].val = cpu_to_be32(ep->emss);
431 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_CLOSE_CON_REQ,
453 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid));
501 OPCODE_TID(req) = cpu_to_be32(
509 req->opt2 = cpu_to_be32(opt2);
534 req->op_to_immdlen = cpu_to_be32(
538 req->flowid_len16 = cpu_to_be32(
541 req->plen = cpu_to_be32(mpalen);
542 req->tunnel_to_proxy = cpu_to_be32(
593 req->op_to_immdlen = cpu_to_be32(
597 req->flowid_len16 = cpu_to_be32(
600 req->plen = cpu_to_be32(mpalen);
601 req->tunnel_to_proxy = cpu_to_be32(
648 req->op_to_immdlen = cpu_to_be32(
652 req->flowid_len16 = cpu_to_be32(
655 req->plen = cpu_to_be32(mpalen);
656 req->tunnel_to_proxy = cpu_to_be32(
851 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_RX_DATA_ACK,
853 req->credit_dack = cpu_to_be32(credits | RX_FORCE_ACK(1) |
1236 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ,
1294 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL,
1297 rpl->opt2 = cpu_to_be32(opt2);
1670 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid));