Home
last modified time | relevance | path

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

/sys/dev/
Dahci.c103 #define AHCI_MAX_CMDS 32 macro
120 AHCICommandHeader cmds[AHCI_MAX_CMDS];
176 AHCICommandTable *ctbl[AHCI_MAX_PORTS][AHCI_MAX_CMDS];
493 for (c = 0; c < AHCI_MAX_CMDS; c++) in AHCI_Configure()