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

/freebsd-current/sys/dev/ahci/
H A Dahci.h144 #define AHCI_MAX_PORTS 32 macro
483 struct ahci_led leds[AHCI_MAX_PORTS * 3];
485 uint8_t status[AHCI_MAX_PORTS][4]; /* ArrayDev statuses */
534 } interrupt[AHCI_MAX_PORTS];
538 struct ahci_channel *ch[AHCI_MAX_PORTS]; /* Attached channels */
H A Dahci.c748 KASSERT(n >= 0 && n < AHCI_MAX_PORTS, ("Bad channel number %d", n));
/freebsd-current/usr.sbin/bhyve/
H A Dahci.h147 #define AHCI_MAX_PORTS 32 macro

Completed in 111 milliseconds