Lines Matching refs:htonl
1770 req->op_compl = htonl(WR_OP_V(FW_OFLD_CONNECTION_WR)); in send_fw_act_open_req()
1771 req->len16_pkd = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_act_open_req()
1782 htonl(FW_OFLD_CONNECTION_WR_T_STATE_V(TCP_SYN_SENT) | in send_fw_act_open_req()
3488 OPCODE_TID(cpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_REQ, in passive_ofld_conn_reply()
3489 (__force u32) htonl( in passive_ofld_conn_reply()
3558 (__force int) htonl(l2info))) | in build_cpl_pass_accept_req()
3561 RX_ETHHDR_LEN_G((__force int)htonl(l2info)) : in build_cpl_pass_accept_req()
3562 RX_T5_ETHHDR_LEN_G((__force int)htonl(l2info)); in build_cpl_pass_accept_req()
3564 (__force int) htonl(l2info))) | in build_cpl_pass_accept_req()
3580 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_REQ, 0)); in build_cpl_pass_accept_req()
3598 req->op_compl = htonl(WR_OP_V(FW_OFLD_CONNECTION_WR) | FW_WR_COMPL_F); in send_fw_pass_open_req()
3599 req->len16_pkd = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_pass_open_req()
3600 req->le.version_cpl = htonl(FW_OFLD_CONNECTION_WR_CPL_F); in send_fw_pass_open_req()
3606 req->tcb.rcv_nxt = htonl(rcv_isn + 1); in send_fw_pass_open_req()
3609 htonl(FW_OFLD_CONNECTION_WR_T_STATE_V(TCP_SYN_RECV) | in send_fw_pass_open_req()
3618 req->tcb.opt2 = htonl(RSS_QUEUE_V(rss_qid)); in send_fw_pass_open_req()
3691 RX_ETHHDR_LEN_G(htonl(cpl->l2info)) : in rx_pkt()
3692 RX_T5_ETHHDR_LEN_G(htonl(cpl->l2info)); in rx_pkt()