Home
last modified time | relevance | path

Searched refs:ahci_ccb (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dahcivar.h42 struct ahci_ccb { struct
53 void (*ccb_done)(struct ahci_ccb *); argument
55 TAILQ_ENTRY(ahci_ccb) ccb_entry;
76 struct ahci_ccb *ap_ccbs;
78 TAILQ_HEAD(, ahci_ccb) ap_ccb_free;
79 TAILQ_HEAD(, ahci_ccb) ap_ccb_pending;
81 struct ahci_ccb *ap_ccb_err;
H A Dahci.c58 struct ahci_ccb *);
60 struct ahci_ccb *);
484 struct ahci_ccb *ccb; in ahci_port_alloc()
2391 struct ahci_ccb *
2429 struct ahci_ccb *
2500 struct ahci_ccb *
2503 struct ahci_ccb *ccb; in ahci_get_pmp_ccb()
2811 struct ahci_ccb *ccb = (struct ahci_ccb *)xa; in ahci_ata_put_xfer()
2821 struct ahci_ccb *ccb = (struct ahci_ccb *)xa; in ahci_ata_cmd()
3005 struct ahci_ccb *ccb; in ahci_pmp_read()
[all …]