Searched refs:csio_post_event (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_scsi.h | 254 csio_post_event(&ioreq->sm, CSIO_SCSIE_COMPLETED); in csio_scsi_completed() 262 csio_post_event(&ioreq->sm, CSIO_SCSIE_ABORTED); in csio_scsi_aborted() 269 csio_post_event(&ioreq->sm, CSIO_SCSIE_CLOSED); in csio_scsi_closed() 276 csio_post_event(&ioreq->sm, CSIO_SCSIE_DRVCLEANUP); in csio_scsi_drvcleanup() 288 csio_post_event(&ioreq->sm, CSIO_SCSIE_START_IO); in csio_scsi_start_io() 301 csio_post_event(&ioreq->sm, CSIO_SCSIE_START_TM); in csio_scsi_start_tm() 314 csio_post_event(&ioreq->sm, CSIO_SCSIE_ABORT); in csio_scsi_abort() 327 csio_post_event(&ioreq->sm, CSIO_SCSIE_CLOSE); in csio_scsi_close()
|
D | csio_rnode.c | 745 csio_post_event(&rn->sm, CSIO_RNFE_CLOSE); in csio_rns_offline() 804 csio_post_event(&rn->sm, CSIO_RNFE_CLOSE); in csio_rns_disappeared() 855 csio_post_event(&rn->sm, CSIO_RNFE_CLOSE); in csio_rnode_devloss_handler() 887 csio_post_event(&rn->sm, evt); in csio_rnode_fwevt_handler()
|
D | csio_defs.h | 96 csio_post_event(void *smp, uint32_t evt) in csio_post_event() function
|
D | csio_hw.c | 1806 csio_post_event(&hw->sm, CSIO_HWE_INIT); in csio_hw_use_fwconfig() 2056 csio_post_event(&hw->sm, CSIO_HWE_FATAL); in csio_hw_configure() 2067 csio_post_event(&hw->sm, CSIO_HWE_FATAL); in csio_hw_configure() 2087 csio_post_event(&hw->sm, CSIO_HWE_FATAL); in csio_hw_configure() 2153 csio_post_event(&hw->sm, CSIO_HWE_INIT); in csio_hw_configure() 2223 csio_post_event(&hw->sm, CSIO_HWE_INIT_DONE); in csio_hw_initialize() 2462 csio_post_event(&hw->sm, CSIO_HWE_QUIESCED); in csio_hws_ready() 2502 csio_post_event(&hw->sm, CSIO_HWE_HBA_RESET_DONE); in csio_hws_quiescing() 3771 csio_post_event(&hw->sm, CSIO_HWE_CFG); in csio_hw_start() 3783 csio_post_event(&hw->sm, CSIO_HWE_PCI_REMOVE); in csio_hw_stop() [all …]
|
D | csio_lnode.c | 901 csio_post_event(&ln->sm, CSIO_LNE_LINKUP); in csio_handle_link_up() 925 csio_post_event(&rn->sm, evt); in csio_post_event_rns() 972 csio_post_event(&ln->sm, evt); in csio_post_event_lns() 980 csio_post_event(&cln->sm, evt); in csio_post_event_lns() 984 csio_post_event(&ln->sm, evt); in csio_post_event_lns() 1567 csio_post_event(&ln->sm, evt); in csio_fcoe_fwevt_handler()
|
D | csio_init.c | 1067 csio_post_event(&hw->sm, CSIO_HWE_PCIERR_DETECTED); in csio_pci_error_detected() 1102 csio_post_event(&hw->sm, CSIO_HWE_PCIERR_SLOT_RESET); in csio_pci_slot_reset()
|