Home
last modified time | relevance | path

Searched refs:async_cqe (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1759 struct bnx2i_async_msg *async_cqe; in bnx2i_process_async_mesg() local
1765 async_cqe = (struct bnx2i_async_msg *)cqe; in bnx2i_process_async_mesg()
1766 async_event = async_cqe->async_event; in bnx2i_process_async_mesg()
1777 resp_hdr->opcode = async_cqe->op_code; in bnx2i_process_async_mesg()
1780 memcpy(&resp_hdr->lun, async_cqe->lun, 8); in bnx2i_process_async_mesg()
1781 resp_hdr->exp_cmdsn = cpu_to_be32(async_cqe->exp_cmd_sn); in bnx2i_process_async_mesg()
1782 resp_hdr->max_cmdsn = cpu_to_be32(async_cqe->max_cmd_sn); in bnx2i_process_async_mesg()
1784 resp_hdr->async_event = async_cqe->async_event; in bnx2i_process_async_mesg()
1785 resp_hdr->async_vcode = async_cqe->async_vcode; in bnx2i_process_async_mesg()
1787 resp_hdr->param1 = cpu_to_be16(async_cqe->param1); in bnx2i_process_async_mesg()
[all …]