Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c2467 ASSERT(ata_ctlp->ac_active_pktp == NULL); in ata_ctlr_fsm()
2470 ata_ctlp->ac_active_pktp = ata_pktp; in ata_ctlr_fsm()
2478 ata_ctlp->ac_active_pktp = NULL; in ata_ctlr_fsm()
2484 ASSERT(ata_ctlp->ac_active_pktp != NULL); in ata_ctlr_fsm()
2488 ata_pktp = ata_ctlp->ac_active_pktp; in ata_ctlr_fsm()
2492 ASSERT(ata_ctlp->ac_active_pktp != NULL); in ata_ctlr_fsm()
2496 ata_pktp = ata_ctlp->ac_active_pktp; in ata_ctlr_fsm()
2533 ASSERT(ata_ctlp->ac_active_pktp != NULL); in ata_ctlr_fsm()
2542 ata_pktp = ata_ctlp->ac_active_pktp; in ata_ctlr_fsm()
2581 ata_ctlp->ac_active_pktp = 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.h246 struct ata_pkt *ac_active_pktp; /* active packet, if any */ member