Searched refs:qdepth (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/ |
| H A D | pmcs.c | 824 mdb_printf(" ncq_tagmap=0x%x qdepth=%d", 825 xs.tagmap, xs.qdepth);
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
| H A D | pmcs_attach.c | 1716 xp->qdepth = 1; 1779 target->qdepth = maxqdepth; 1782 target->qdepth = 1;
|
| H A D | pmcs_sata.c | 164 xp->qdepth = 1; 170 xp->qdepth = (LE_16(id->word75) & 0x1f) + 1; 173 __func__, xp->phy->path, xp->qdepth); 286 if (xp->ncq && (xp->qdepth > 1)) {
|
| H A D | pmcs_scsa.c | 1857 if ((xp->actv_cnt >= xp->qdepth) || xp->recover_wait) { 2488 for (tag = 0; tag < xp->qdepth; tag++) { 2494 if (tag == xp->qdepth) { 3281 tgt->qdepth = 1;
|
| /illumos-gate/usr/src/uts/common/sys/rsm/ |
| H A D | rsmpi.h | 436 ulong_t qdepth, 444 ulong_t qdepth, 664 #define RSM_SENDQ_CREATE(controller, addr, service, pri, qdepth, flags, \ 667 ((controller).handle, (addr), (service), (pri), (qdepth), (flags), \ 669 #define RSM_SENDQ_CONFIG(controller, iq, pri, qdepth, flags, callback, arg) \ 671 ((iq), (pri), (qdepth), (flags), \
|
| /illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
| H A D | pmcs.h | 109 uint16_t qdepth; member in struct:pmcs_xscsi
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | metaslab.c | 893 int64_t qdepth; local 906 qdepth = refcount_count(&mg->mg_alloc_queue_depth); 913 if (qdepth < qmax || mc->mc_alloc_groups == 1) 927 qdepth = refcount_count(&mgp->mg_alloc_queue_depth); 934 if (qdepth < qmax && !mgp->mg_no_free_space)
|
Completed in 135 milliseconds