Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dahci.c488 struct ahci_cmd_table *table; in ahci_port_alloc()
585 sc->sc_ncmds * sizeof(struct ahci_cmd_table)); in ahci_port_alloc()
618 ccb->ccb_slot * sizeof(struct ahci_cmd_table)); in ahci_port_alloc()
1046 memset(ccb->ccb_cmd_table, 0, sizeof(struct ahci_cmd_table)); in ahci_port_softreset()
1139 memset(ccb->ccb_cmd_table, 0, sizeof(struct ahci_cmd_table)); in ahci_pmp_port_softreset()
1168 memset(ccb->ccb_cmd_table, 0, sizeof(struct ahci_cmd_table)); in ahci_pmp_port_softreset()
1627 sizeof(struct ahci_cmd_table)); in ahci_port_detect_pmp()
1666 sizeof(struct ahci_cmd_table)); in ahci_port_detect_pmp()
1874 ccb->ccb_slot * sizeof(struct ahci_cmd_table), in ahci_start()
1875 sizeof(struct ahci_cmd_table), BUS_DMASYNC_PREWRITE); in ahci_start()
[all …]
Dahcivar.h51 struct ahci_cmd_table *ccb_cmd_table;
Dahcireg.h284 struct ahci_cmd_table { struct