Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1748 u8 async_event; in bnx2i_process_async_mesg() local
1753 async_event = async_cqe->async_event; in bnx2i_process_async_mesg()
1755 if (async_event == ISCSI_ASYNC_MSG_SCSI_EVENT) { in bnx2i_process_async_mesg()
1771 resp_hdr->async_event = async_cqe->async_event; in bnx2i_process_async_mesg()
D57xx_iscsi_hsi.h46 u8 async_event; member
52 u8 async_event; member
/Linux-v4.19/include/scsi/
Discsi_proto.h236 uint8_t async_event; member
/Linux-v4.19/include/linux/qed/
Discsi_common.h706 u8 async_event; member
/Linux-v4.19/drivers/scsi/qedi/
Dqedi_fw.c520 resp_hdr->async_event = cqe_async_msg->async_event; in qedi_process_async_mesg()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target.c2725 hdr->async_event = ISCSI_ASYNC_MSG_DROPPING_CONNECTION; in iscsit_send_conn_drop_async_message()