Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1763 u8 async_event; in bnx2i_process_async_mesg() local
1768 async_event = async_cqe->async_event; in bnx2i_process_async_mesg()
1770 if (async_event == ISCSI_ASYNC_MSG_SCSI_EVENT) { in bnx2i_process_async_mesg()
1786 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-4.4.14/include/scsi/
Discsi_proto.h236 uint8_t async_event; member
/linux-4.4.14/drivers/target/iscsi/
Discsi_target.c2548 hdr->async_event = ISCSI_ASYNC_MSG_DROPPING_CONNECTION; in iscsit_send_conn_drop_async_message()