Lines Matching refs:cpu_to_be32

230 	OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid));  in release_tid()
475 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in send_flowc()
477 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(DIV_ROUND_UP(flowclen, in send_flowc()
481 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in send_flowc()
484 flowc->mnemval[1].val = cpu_to_be32(ep->tx_chan); in send_flowc()
486 flowc->mnemval[2].val = cpu_to_be32(ep->tx_chan); in send_flowc()
488 flowc->mnemval[3].val = cpu_to_be32(ep->rss_qid); in send_flowc()
490 flowc->mnemval[4].val = cpu_to_be32(ep->snd_seq); in send_flowc()
492 flowc->mnemval[5].val = cpu_to_be32(ep->rcv_seq); in send_flowc()
494 flowc->mnemval[6].val = cpu_to_be32(ep->snd_win); in send_flowc()
496 flowc->mnemval[7].val = cpu_to_be32(ep->emss); in send_flowc()
527 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, in send_halfclose()
549 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid)); in send_abort()
702 OPCODE_TID(req) = cpu_to_be32( in send_connect()
710 req->params = cpu_to_be32(cxgb4_select_ntuple( in send_connect()
713 req->opt2 = cpu_to_be32(opt2); in send_connect()
718 OPCODE_TID(req6) = cpu_to_be32( in send_connect()
732 req6->params = cpu_to_be32(cxgb4_select_ntuple( in send_connect()
735 req6->opt2 = cpu_to_be32(opt2); in send_connect()
747 OPCODE_TID(t5_req) = cpu_to_be32( in send_connect()
759 t5_req->rsvd = cpu_to_be32(isn); in send_connect()
762 t5_req->opt2 = cpu_to_be32(opt2); in send_connect()
767 OPCODE_TID(t5_req6) = cpu_to_be32( in send_connect()
785 t5_req6->rsvd = cpu_to_be32(isn); in send_connect()
788 t5_req6->opt2 = cpu_to_be32(opt2); in send_connect()
821 req->op_to_immdlen = cpu_to_be32( in send_mpa_req()
825 req->flowid_len16 = cpu_to_be32( in send_mpa_req()
828 req->plen = cpu_to_be32(mpalen); in send_mpa_req()
829 req->tunnel_to_proxy = cpu_to_be32( in send_mpa_req()
915 req->op_to_immdlen = cpu_to_be32( in send_mpa_reject()
919 req->flowid_len16 = cpu_to_be32( in send_mpa_reject()
922 req->plen = cpu_to_be32(mpalen); in send_mpa_reject()
923 req->tunnel_to_proxy = cpu_to_be32( in send_mpa_reject()
995 req->op_to_immdlen = cpu_to_be32( in send_mpa_reply()
999 req->flowid_len16 = cpu_to_be32( in send_mpa_reply()
1002 req->plen = cpu_to_be32(mpalen); in send_mpa_reply()
1003 req->tunnel_to_proxy = cpu_to_be32( in send_mpa_reply()
1274 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_RX_DATA_ACK, in update_rx_credits()
1276 req->credit_dack = cpu_to_be32(credits | RX_FORCE_ACK_F | in update_rx_credits()
1772 req->le.filter = cpu_to_be32(cxgb4_select_ntuple( in send_fw_act_open_req()
1825 req->tcb.opt2 = cpu_to_be32((__force u32)req->tcb.opt2); in send_fw_act_open_req()
2188 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL, in accept_cr()
2241 rpl5->iss = cpu_to_be32(isn); in accept_cr()
2246 rpl->opt2 = cpu_to_be32(opt2); in accept_cr()
2668 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid)); in peer_abort()
3563 req->hdr_len = cpu_to_be32(SYN_RX_CHAN_V(RX_CHAN_G( in build_cpl_pass_accept_req()
3572 req->tos_stid = cpu_to_be32(PASS_OPEN_TID_V(stid) | in build_cpl_pass_accept_req()
3669 if (!(cpl->l2info & cpu_to_be32(RXF_SYN_F))) in rx_pkt()
3682 stid = (__force int) cpu_to_be32((__force u32) rss->hash_val); in rx_pkt()
3755 filter = (__force unsigned int) cpu_to_be32(cxgb4_select_ntuple( in rx_pkt()