Lines Matching refs:cpu_to_be32
1402 hdr->max_cmdsn = cpu_to_be32(resp_cqe->max_cmd_sn); in bnx2i_process_scsi_cmd_resp()
1403 hdr->exp_cmdsn = cpu_to_be32(resp_cqe->exp_cmd_sn); in bnx2i_process_scsi_cmd_resp()
1407 hdr->residual_count = cpu_to_be32(resp_cqe->residual_count); in bnx2i_process_scsi_cmd_resp()
1480 resp_hdr->statsn = cpu_to_be32(login->stat_sn); in bnx2i_process_login_resp()
1481 resp_hdr->exp_cmdsn = cpu_to_be32(login->exp_cmd_sn); in bnx2i_process_login_resp()
1482 resp_hdr->max_cmdsn = cpu_to_be32(login->max_cmd_sn); in bnx2i_process_login_resp()
1543 resp_hdr->ttt = cpu_to_be32(text->ttt); in bnx2i_process_text_resp()
1545 resp_hdr->exp_cmdsn = cpu_to_be32(text->exp_cmd_sn); in bnx2i_process_text_resp()
1546 resp_hdr->max_cmdsn = cpu_to_be32(text->max_cmd_sn); in bnx2i_process_text_resp()
1598 resp_hdr->max_cmdsn = cpu_to_be32(tmf_cqe->max_cmd_sn); in bnx2i_process_tmf_resp()
1599 resp_hdr->exp_cmdsn = cpu_to_be32(tmf_cqe->exp_cmd_sn); in bnx2i_process_tmf_resp()
1642 resp_hdr->exp_cmdsn = cpu_to_be32(logout->exp_cmd_sn); in bnx2i_process_logout_resp()
1643 resp_hdr->max_cmdsn = cpu_to_be32(logout->max_cmd_sn); in bnx2i_process_logout_resp()
1645 resp_hdr->t2wait = cpu_to_be32(logout->time_to_wait); in bnx2i_process_logout_resp()
1646 resp_hdr->t2retain = cpu_to_be32(logout->time_to_retain); in bnx2i_process_logout_resp()
1721 hdr->max_cmdsn = cpu_to_be32(nop_in->max_cmd_sn); in bnx2i_process_nopin_mesg()
1722 hdr->exp_cmdsn = cpu_to_be32(nop_in->exp_cmd_sn); in bnx2i_process_nopin_mesg()
1723 hdr->ttt = cpu_to_be32(nop_in->ttt); in bnx2i_process_nopin_mesg()
1738 hdr->ttt = cpu_to_be32(nop_in->ttt); in bnx2i_process_nopin_mesg()
1783 resp_hdr->exp_cmdsn = cpu_to_be32(async_cqe->exp_cmd_sn); in bnx2i_process_async_mesg()
1784 resp_hdr->max_cmdsn = cpu_to_be32(async_cqe->max_cmd_sn); in bnx2i_process_async_mesg()
1828 hdr->max_cmdsn = cpu_to_be32(reject->max_cmd_sn); in bnx2i_process_reject_mesg()
1829 hdr->exp_cmdsn = cpu_to_be32(reject->exp_cmd_sn); in bnx2i_process_reject_mesg()
1830 hdr->ffffffff = cpu_to_be32(RESERVED_ITT); in bnx2i_process_reject_mesg()