Searched refs:nvp_queue_depth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h172 uint8_t nvp_queue_depth; member in struct:nv_port
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c1760 for (i = 0; i < nvp->nvp_queue_depth; i++) {
2042 for (slot = 0; slot < nvp->nvp_queue_depth; slot++,
2053 ASSERT(slot != nvp->nvp_queue_depth);
2877 * nvp_queue_depth represents the actual drive queue depth, not the
2882 nvp->nvp_queue_depth = 1;
3748 * nvp_queue_depth is initialized by the first NCQ command
3751 if (nvp->nvp_queue_depth == 1) {
3752 nvp->nvp_queue_depth =
3755 ASSERT(nvp->nvp_queue_depth > 1);
3758 "nv_process_queue: nvp_queue_depth se
[all...]

Completed in 54 milliseconds