Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/net/sunrpc/xprtrdma/
Dverbs.c108 static const char * const async_event[] = { variable
131 ((status) < ARRAY_SIZE(async_event) ? \
132 async_event[(status)] : "unknown async error")
/linux-4.1.27/include/scsi/
Discsi_proto.h236 uint8_t async_event; member
/linux-4.1.27/drivers/target/iscsi/
Discsi_target.c2555 hdr->async_event = ISCSI_ASYNC_MSG_DROPPING_CONNECTION; in iscsit_send_conn_drop_async_message()