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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c95 static int sata_current_max_qdepth; variable
882 sata_current_max_qdepth = sata_max_queue_depth;
883 if (sata_current_max_qdepth > 32)
884 sata_current_max_qdepth = 32;
885 else if (sata_current_max_qdepth < 1)
886 sata_current_max_qdepth = 1;
13863 sata_current_max_qdepth);

Completed in 82 milliseconds