Lines Matching refs:htonl
1827 req->op_compl = htonl(WR_OP_V(FW_OFLD_CONNECTION_WR)); in send_fw_act_open_req()
1828 req->len16_pkd = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_act_open_req()
1839 htonl(FW_OFLD_CONNECTION_WR_T_STATE_V(TCP_SYN_SENT) | in send_fw_act_open_req()
3605 OPCODE_TID(cpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_REQ, in passive_ofld_conn_reply()
3606 (__force u32) htonl( in passive_ofld_conn_reply()
3708 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_REQ, 0)); in build_cpl_pass_accept_req()
3726 req->op_compl = htonl(WR_OP_V(FW_OFLD_CONNECTION_WR) | FW_WR_COMPL_F); in send_fw_pass_open_req()
3727 req->len16_pkd = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_pass_open_req()
3728 req->le.version_cpl = htonl(FW_OFLD_CONNECTION_WR_CPL_F); in send_fw_pass_open_req()
3734 req->tcb.rcv_nxt = htonl(rcv_isn + 1); in send_fw_pass_open_req()
3737 htonl(FW_OFLD_CONNECTION_WR_T_STATE_V(TCP_SYN_RECV) | in send_fw_pass_open_req()
3746 req->tcb.opt2 = htonl(RSS_QUEUE_V(rss_qid)); in send_fw_pass_open_req()