Home
last modified time | relevance | path

Searched refs:ap_err_scratch (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/sili/
H A Dsili.c128 ap->ap_err_scratch = kmalloc(512, M_DEVBUF, M_WAITOK | M_ZERO); in sili_port_alloc()
710 if (ap->ap_err_scratch) { in sili_port_free()
711 kfree(ap->ap_err_scratch, M_DEVBUF); in sili_port_free()
712 ap->ap_err_scratch = NULL; in sili_port_free()
2082 ccb->ccb_xa.data = ap->ap_err_scratch; in sili_port_read_ncq_error()
2126 log = (struct ata_log_page_10h *)ap->ap_err_scratch; in sili_port_read_ncq_error()
H A Dsili.h793 u_int8_t *ap_err_scratch; member
/dragonfly/sys/dev/disk/ahci/
H A Dahci.c256 ap->ap_err_scratch = kmalloc(512, M_DEVBUF, M_WAITOK | M_ZERO); in ahci_port_alloc()
955 if (ap->ap_err_scratch) {
956 kfree(ap->ap_err_scratch, M_DEVBUF);
957 ap->ap_err_scratch = NULL;
3384 ccb->ccb_xa.data = ap->ap_err_scratch;
3421 log = (struct ata_log_page_10h *)ap->ap_err_scratch;
H A Dahci.h504 u_int8_t *ap_err_scratch; member