Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c1746 u8 async_event; in bnx2i_process_async_mesg() local
1751 async_event = async_cqe->async_event; in bnx2i_process_async_mesg()
1753 if (async_event == ISCSI_ASYNC_MSG_SCSI_EVENT) { in bnx2i_process_async_mesg()
1769 resp_hdr->async_event = async_cqe->async_event; in bnx2i_process_async_mesg()
H A D57xx_iscsi_hsi.h46 u8 async_event; member
52 u8 async_event; member
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp.c1195 int async_event = 0; in siw_sq_flush() local
1241 async_event = 1; in siw_sq_flush()
1252 if (async_event) in siw_sq_flush()
/linux/include/scsi/
H A Discsi_proto.h225 uint8_t async_event; member
/linux/include/linux/qed/
H A Discsi_common.h680 u8 async_event; member
/linux/drivers/scsi/qedi/
H A Dqedi_fw.c520 resp_hdr->async_event = cqe_async_msg->async_event; in qedi_process_async_mesg()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c154 static int async_event(struct notifier_block *nb, unsigned long event, void *data) in async_event() function
176 priv->events_nb.notifier_call = async_event; in mlx5e_enable_async_events()
/linux/drivers/target/iscsi/
H A Discsi_target.c2794 hdr->async_event = ISCSI_ASYNC_MSG_DROPPING_CONNECTION; in iscsit_send_conn_drop_async_message()