Home
last modified time | relevance | path

Searched defs:ahci_port (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h190 typedef struct ahci_port { struct
192 uint8_t ahciport_port_num;
195 uint8_t ahciport_device_type;
197 uint32_t ahciport_port_state;
215 int ahciport_flags;
238 kcondvar_t ahciport_cv;
241 kmutex_t ahciport_mutex;
244 int ahciport_max_ncq_tags;
262 sata_pkt_t *ahciport_doneq;
268 uint32_t ahciport_doneq_len;
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c141 int port;
142 int atapi;
143 int reset;
149 uint8_t asc;
150 u_int ccs;
153 uint32_t clb;
155 uint32_t fb;
157 uint32_t is;
158 uint32_t ie;
167 uint32_t ci;
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/
H A Dfac_prov_ahci.c173 uint32_t type, ledmode = 0, ahci_port; in ahci_led_mode() local