HomeSort by: relevance | last modified time | path
    Searched refs:AHCI_CMDTBL_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
ahcisatavar.h 110 (achp)->ahcic_cmd_tbld, AHCI_CMDTBL_SIZE * (cmd), \
111 AHCI_CMDTBL_SIZE, (op))
ahcisatareg.h 56 #define AHCI_CMDTBL_SIZE ((sizeof(struct ahci_cmd_tbl) + \
ahcisata_core.c 418 dmasize = AHCI_CMDTBL_SIZE * sc->sc_ncmds;
471 ((char *)cmdtblp + AHCI_CMDTBL_SIZE * j);
474 AHCI_CMDTBL_SIZE * j;
576 AHCI_CMDTBL_SIZE * sc->sc_ncmds);

Completed in 19 milliseconds