Searched defs:ncq_qdepth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2054 int ncq_qdepth; local
2084 ncq_qdepth = scmd->satacmd_flags.sata_max_queue_depth + 1;
2092 ahci_portp->ahciport_max_ncq_tags = ncq_qdepth;
2095 "NCQ command is %d", port, ncq_qdepth);
2097 if (ncq_qdepth != ahci_portp->ahciport_max_ncq_tags) {
2106 ncq_qdepth);

Completed in 120 milliseconds