ap_ccbs           350 dev/pci/ahci.c 	struct ahci_ccb		*ap_ccbs;
ap_ccbs           901 dev/pci/ahci.c 	ap->ap_ccbs = malloc(sizeof(struct ahci_ccb) * sc->sc_ncmds, M_DEVBUF,
ap_ccbs           903 dev/pci/ahci.c 	if (ap->ap_ccbs == NULL) {
ap_ccbs           908 dev/pci/ahci.c 	bzero(ap->ap_ccbs, sizeof(struct ahci_ccb) * sc->sc_ncmds);
ap_ccbs           931 dev/pci/ahci.c 		ccb = &ap->ap_ccbs[i];
ap_ccbs          1048 dev/pci/ahci.c 	if (ap->ap_ccbs) {
ap_ccbs          1051 dev/pci/ahci.c 		free(ap->ap_ccbs, M_DEVBUF);
ap_ccbs          1639 dev/pci/ahci.c 			ccb = &ap->ap_ccbs[err_slot];
ap_ccbs          1689 dev/pci/ahci.c 			ccb = &ap->ap_ccbs[err_slot];
ap_ccbs          1753 dev/pci/ahci.c 			ccb = &ap->ap_ccbs[slot];
ap_ccbs          1774 dev/pci/ahci.c 		ccb = &ap->ap_ccbs[slot];
ap_ccbs          1812 dev/pci/ahci.c 				ccb = &ap->ap_ccbs[slot];
ap_ccbs          2013 dev/pci/ahci.c 			ccb = &ap->ap_ccbs[err_slot];