Lines Matching refs:cpu_to_be32

231 	OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid));  in release_tid()
492 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in send_flowc()
494 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(DIV_ROUND_UP(flowclen, in send_flowc()
498 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in send_flowc()
501 flowc->mnemval[1].val = cpu_to_be32(ep->tx_chan); in send_flowc()
503 flowc->mnemval[2].val = cpu_to_be32(ep->tx_chan); in send_flowc()
505 flowc->mnemval[3].val = cpu_to_be32(ep->rss_qid); in send_flowc()
507 flowc->mnemval[4].val = cpu_to_be32(ep->snd_seq); in send_flowc()
509 flowc->mnemval[5].val = cpu_to_be32(ep->rcv_seq); in send_flowc()
511 flowc->mnemval[6].val = cpu_to_be32(ep->snd_win); in send_flowc()
513 flowc->mnemval[7].val = cpu_to_be32(ep->emss); in send_flowc()
544 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, in send_halfclose()
566 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid)); in send_abort()
766 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, in send_connect()
775 req->params = cpu_to_be32(cxgb4_select_ntuple( in send_connect()
778 req->opt2 = cpu_to_be32(opt2); in send_connect()
784 t5req->rsvd = cpu_to_be32(isn); in send_connect()
786 t5req->opt2 = cpu_to_be32(opt2); in send_connect()
814 OPCODE_TID(req6) = cpu_to_be32(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6, in send_connect()
825 req6->params = cpu_to_be32(cxgb4_select_ntuple( in send_connect()
828 req6->opt2 = cpu_to_be32(opt2); in send_connect()
834 t5req6->rsvd = cpu_to_be32(isn); in send_connect()
836 t5req6->opt2 = cpu_to_be32(opt2); in send_connect()
874 req->op_to_immdlen = cpu_to_be32( in send_mpa_req()
878 req->flowid_len16 = cpu_to_be32( in send_mpa_req()
881 req->plen = cpu_to_be32(mpalen); in send_mpa_req()
882 req->tunnel_to_proxy = cpu_to_be32( in send_mpa_req()
968 req->op_to_immdlen = cpu_to_be32( in send_mpa_reject()
972 req->flowid_len16 = cpu_to_be32( in send_mpa_reject()
975 req->plen = cpu_to_be32(mpalen); in send_mpa_reject()
976 req->tunnel_to_proxy = cpu_to_be32( in send_mpa_reject()
1048 req->op_to_immdlen = cpu_to_be32( in send_mpa_reply()
1052 req->flowid_len16 = cpu_to_be32( in send_mpa_reply()
1055 req->plen = cpu_to_be32(mpalen); in send_mpa_reply()
1056 req->tunnel_to_proxy = cpu_to_be32( in send_mpa_reply()
1331 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_RX_DATA_ACK, in update_rx_credits()
1333 req->credit_dack = cpu_to_be32(credits | RX_FORCE_ACK_F | in update_rx_credits()
1829 req->le.filter = cpu_to_be32(cxgb4_select_ntuple( in send_fw_act_open_req()
1882 req->tcb.opt2 = cpu_to_be32((__force u32)req->tcb.opt2); in send_fw_act_open_req()
2264 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL, in accept_cr()
2321 rpl5->iss = cpu_to_be32(isn); in accept_cr()
2326 rpl->opt2 = cpu_to_be32(opt2); in accept_cr()
2758 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid)); in peer_abort()
3684 cpu_to_be32(SYN_RX_CHAN_V(RX_CHAN_G(be32_to_cpu(l2info)))); in build_cpl_pass_accept_req()
3689 req->hdr_len |= cpu_to_be32(TCP_HDR_LEN_V(tcp_hdr_len) | in build_cpl_pass_accept_req()
3694 req->hdr_len |= cpu_to_be32(T6_TCP_HDR_LEN_V(tcp_hdr_len) | in build_cpl_pass_accept_req()
3700 req->tos_stid = cpu_to_be32(PASS_OPEN_TID_V(stid) | in build_cpl_pass_accept_req()
3797 if (!(cpl->l2info & cpu_to_be32(RXF_SYN_F))) in rx_pkt()
3810 stid = (__force int) cpu_to_be32((__force u32) rss->hash_val); in rx_pkt()
3896 filter = (__force unsigned int) cpu_to_be32(cxgb4_select_ntuple( in rx_pkt()