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

/freebsd-11-stable/sys/dev/ahci/
H A Dahci.h144 #define AHCI_MAX_PORTS 32 macro
474 struct ahci_led leds[AHCI_MAX_PORTS * 3];
476 uint8_t status[AHCI_MAX_PORTS][4]; /* ArrayDev statuses */
522 } interrupt[AHCI_MAX_PORTS];
525 struct ahci_channel *ch[AHCI_MAX_PORTS]; /* Attached channels */
H A Dahci.c696 KASSERT(n >= 0 && n < AHCI_MAX_PORTS, ("Bad channel number %d", n));
/freebsd-11-stable/usr.sbin/bhyve/
H A Dahci.h149 #define AHCI_MAX_PORTS 32 macro

Completed in 116 milliseconds