Searched refs:fsm_func (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_common.c | 69 static int ata_ctlr_fsm(uchar_t fsm_func, ata_ctl_t *ata_ctlp, 2439 uchar_t fsm_func, 2451 action = ata_ctlr_fsm_NextAction[current_state][fsm_func]; 2452 next_state = ata_ctlr_fsm_NextState[current_state][fsm_func]; 2681 uchar_t fsm_func; local 2688 fsm_func = ATA_FSM_RESET; 2690 switch (ata_ctlr_fsm(fsm_func, ata_ctlp, NULL, NULL, 2700 fsm_func = ATA_FSM_INTR; 2705 fsm_func = ATA_FSM_FINI; 3005 uchar_t fsm_func; local 2438 ata_ctlr_fsm( uchar_t fsm_func, ata_ctl_t *ata_ctlp, ata_drv_t *ata_drvp, ata_pkt_t *ata_pktp, int *DoneFlgp) argument 3053 uchar_t fsm_func; local [all...] |
Completed in 63 milliseconds