Searched refs:ap_err_scratch (Results 1 – 2 of 2) sorted by relevance
103 u_int8_t *ap_err_scratch; member
497 ap->ap_err_scratch = dma_alloc(DEV_BSIZE, PR_NOWAIT | PR_ZERO); in ahci_port_alloc() 498 if (ap->ap_err_scratch == NULL) { in ahci_port_alloc() 758 if (ap->ap_err_scratch) in ahci_port_free() 759 dma_free(ap->ap_err_scratch, DEV_BSIZE); in ahci_port_free() 2575 ccb->ccb_xa.data = ap->ap_err_scratch; in ahci_port_read_ncq_error() 2622 log = (struct ata_log_page_10h *)ap->ap_err_scratch; in ahci_port_read_ncq_error()