Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.h590 int csio_enqueue_evt(struct csio_hw *, enum csio_evt, void *, uint16_t);
Dcsio_attr.c697 if (csio_enqueue_evt(hw, CSIO_EVT_DEV_LOSS, &rn, sizeof(rn))) { in csio_dev_loss_tmo_callbk()
Dcsio_mb.c1537 if (csio_enqueue_evt(hw, CSIO_EVT_MBX, mbp, sizeof(mbp))) in csio_mb_isr_handler()
Dcsio_hw.c3315 csio_enqueue_evt(struct csio_hw *hw, enum csio_evt type, void *evt_msg, in csio_enqueue_evt() function