Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1744 struct bnx2i_async_msg *async_cqe; in bnx2i_process_async_mesg() local
1750 async_cqe = (struct bnx2i_async_msg *)cqe; in bnx2i_process_async_mesg()
1751 async_event = async_cqe->async_event; in bnx2i_process_async_mesg()
1762 resp_hdr->opcode = async_cqe->op_code; in bnx2i_process_async_mesg()
1765 memcpy(&resp_hdr->lun, async_cqe->lun, 8); in bnx2i_process_async_mesg()
1766 resp_hdr->exp_cmdsn = cpu_to_be32(async_cqe->exp_cmd_sn); in bnx2i_process_async_mesg()
1767 resp_hdr->max_cmdsn = cpu_to_be32(async_cqe->max_cmd_sn); in bnx2i_process_async_mesg()
1769 resp_hdr->async_event = async_cqe->async_event; in bnx2i_process_async_mesg()
1770 resp_hdr->async_vcode = async_cqe->async_vcode; in bnx2i_process_async_mesg()
1772 resp_hdr->param1 = cpu_to_be16(async_cqe->param1); in bnx2i_process_async_mesg()
[all …]