Home
last modified time | relevance | path

Searched defs:ata_port (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/ahci/
H A Datascsi.h288 struct ata_port { struct
289 struct ata_identify at_identify; /* only if ATA_PORT_T_DISK */
290 struct ahci_port *at_ahci_port;
291 int at_type;
296 int at_features;
301 int at_probe;
308 int at_ncqdepth;
309 u_int64_t at_capacity; /* only if ATA_PORT_T_DISK */
310 int at_target; /* port multiplier port */
311 char at_name[16];
/dragonfly/sys/dev/disk/sili/
H A Datascsi.h273 struct ata_port { struct
274 struct ata_identify at_identify; /* only if ATA_PORT_T_DISK */
275 struct sili_port *at_sili_port;
276 int at_type;
281 int at_features;
287 int at_probe;
294 int at_ncqdepth;
295 u_int64_t at_capacity; /* only if ATA_PORT_T_DISK */
296 int at_target; /* port multiplier port */
297 char at_name[16];