Searched refs:ahci_cmd_table (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dahcivar.h51 struct ahci_cmd_table *ccb_cmd_table;
H A Dahcireg.h281 /* this makes ahci_cmd_table 512 bytes, supporting 128-byte alignment */
284 struct ahci_cmd_table { struct
H A Dahci.c485 struct ahci_cmd_table *table;
582 sc->sc_ncmds * sizeof(struct ahci_cmd_table));
615 ccb->ccb_slot * sizeof(struct ahci_cmd_table));
1043 memset(ccb->ccb_cmd_table, 0, sizeof(struct ahci_cmd_table));
1136 memset(ccb->ccb_cmd_table, 0, sizeof(struct ahci_cmd_table));
1165 memset(ccb->ccb_cmd_table, 0, sizeof(struct ahci_cmd_table));
1624 sizeof(struct ahci_cmd_table));
1663 sizeof(struct ahci_cmd_table));
1871 ccb->ccb_slot * sizeof(struct ahci_cmd_table),
1872 sizeof(struct ahci_cmd_table), BUS_DMASYNC_PREWRIT
[all...]

Completed in 85 milliseconds