Searched refs:csio_post_event (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_scsi.h | 264 csio_post_event(&ioreq->sm, CSIO_SCSIE_COMPLETED); in csio_scsi_completed() 272 csio_post_event(&ioreq->sm, CSIO_SCSIE_ABORTED); in csio_scsi_aborted() 279 csio_post_event(&ioreq->sm, CSIO_SCSIE_CLOSED); in csio_scsi_closed() 286 csio_post_event(&ioreq->sm, CSIO_SCSIE_DRVCLEANUP); in csio_scsi_drvcleanup() 298 csio_post_event(&ioreq->sm, CSIO_SCSIE_START_IO); in csio_scsi_start_io() 311 csio_post_event(&ioreq->sm, CSIO_SCSIE_START_TM); in csio_scsi_start_tm() 324 csio_post_event(&ioreq->sm, CSIO_SCSIE_ABORT); in csio_scsi_abort() 337 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_lnode.c | 919 csio_post_event(&ln->sm, CSIO_LNE_LINKUP); in csio_handle_link_up() 943 csio_post_event(&rn->sm, evt); in csio_post_event_rns() 990 csio_post_event(&ln->sm, evt); in csio_post_event_lns() 998 csio_post_event(&cln->sm, evt); in csio_post_event_lns() 1002 csio_post_event(&ln->sm, evt); in csio_post_event_lns() 1584 csio_post_event(&ln->sm, evt); in csio_fcoe_fwevt_handler()
|
D | csio_hw.c | 2204 csio_post_event(&hw->sm, CSIO_HWE_INIT); in csio_hw_use_fwconfig() 2486 csio_post_event(&hw->sm, CSIO_HWE_FATAL); in csio_hw_configure() 2497 csio_post_event(&hw->sm, CSIO_HWE_FATAL); in csio_hw_configure() 2517 csio_post_event(&hw->sm, CSIO_HWE_FATAL); in csio_hw_configure() 2591 csio_post_event(&hw->sm, CSIO_HWE_INIT); in csio_hw_configure() 2661 csio_post_event(&hw->sm, CSIO_HWE_INIT_DONE); in csio_hw_initialize() 2910 csio_post_event(&hw->sm, CSIO_HWE_QUIESCED); in csio_hws_ready() 2950 csio_post_event(&hw->sm, CSIO_HWE_HBA_RESET_DONE); in csio_hws_quiescing() 4229 csio_post_event(&hw->sm, CSIO_HWE_CFG); in csio_hw_start() 4243 csio_post_event(&hw->sm, CSIO_HWE_PCI_REMOVE); in csio_hw_stop() [all …]
|
D | csio_init.c | 1068 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()
|