Searched defs:ahci_enclosure (Results 1 – 1 of 1) sorted by relevance
475 struct ahci_enclosure { struct476 device_t dev; /* Device handle */477 struct resource *r_memc; /* Control register */478 struct resource *r_memt; /* Transmit buffer */479 struct resource *r_memr; /* Receive buffer */480 struct cam_sim *sim;481 struct cam_path *path;482 struct mtx mtx; /* state lock */483 struct ahci_led leds[AHCI_MAX_PORTS * 3];484 uint32_t capsem; /* Controller capabilities */[all …]