Home
last modified time | relevance | path

Searched refs:ac_active_drvp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c2468 ASSERT(ata_ctlp->ac_active_drvp == NULL); in ata_ctlr_fsm()
2471 ata_ctlp->ac_active_drvp = ata_drvp; in ata_ctlr_fsm()
2479 ata_ctlp->ac_active_drvp = NULL; in ata_ctlr_fsm()
2485 ASSERT(ata_ctlp->ac_active_drvp != NULL); in ata_ctlr_fsm()
2487 ata_drvp = ata_ctlp->ac_active_drvp; in ata_ctlr_fsm()
2493 ASSERT(ata_ctlp->ac_active_drvp != NULL); in ata_ctlr_fsm()
2534 ASSERT(ata_ctlp->ac_active_drvp != NULL); in ata_ctlr_fsm()
2541 ata_drvp = ata_ctlp->ac_active_drvp; in ata_ctlr_fsm()
2582 ata_ctlp->ac_active_drvp = NULL; in ata_ctlr_fsm()
2602 ata_ctlp->ac_active_drvp = NULL; in ata_ctlr_fsm()
[all …]
H A Data_debug.c55 P->ac_active_drvp, P->ac_active_pktp); in dump_ata_ctl()
H A Data_common.h245 struct ata_drv *ac_active_drvp; /* active drive, if any */ member