ap_active         347 dev/pci/ahci.c 	volatile u_int32_t	ap_active;
ap_active        1252 dev/pci/ahci.c 		if (rc != 0 && ISSET(ap->ap_active, 1 << ccb->ccb_slot)) {
ap_active        1454 dev/pci/ahci.c 		if (ap->ap_active != 0 || !TAILQ_EMPTY(&ap->ap_ccb_pending))
ap_active        1469 dev/pci/ahci.c 			ap->ap_active |= 1 << ccb->ccb_slot;
ap_active        1517 dev/pci/ahci.c 		if (ap->ap_active == 0)
ap_active        1533 dev/pci/ahci.c 			ap->ap_active |= 1 << nextccb->ccb_slot;
ap_active        1617 dev/pci/ahci.c 		KASSERT(ap->ap_active == 0);
ap_active        1624 dev/pci/ahci.c 		active = &ap->ap_active;
ap_active        1884 dev/pci/ahci.c 	ap->ap_err_saved_active = ap->ap_active;
ap_active        1892 dev/pci/ahci.c 	ap->ap_active = ap->ap_active_cnt = ap->ap_sactive = 0;
ap_active        1929 dev/pci/ahci.c 	ap->ap_active = ap->ap_err_saved_active;
ap_active        1987 dev/pci/ahci.c 	if (rc != 0 && ISSET(ap->ap_active, 1 << ccb->ccb_slot)) {
ap_active        2282 dev/pci/ahci.c 	active = ncq_cmd ? &ap->ap_sactive : &ap->ap_active;
ap_active        2347 dev/pci/ahci.c 	else if (ap->ap_active == 0)