Home
last modified time | relevance | path

Searched refs:qdepth (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmpi.h434 ulong_t qdepth,
442 ulong_t qdepth,
662 #define RSM_SENDQ_CREATE(controller, addr, service, pri, qdepth, flags, \ argument
665 ((controller).handle, (addr), (service), (pri), (qdepth), (flags), \
667 #define RSM_SENDQ_CONFIG(controller, iq, pri, qdepth, flags, callback, arg) \ argument
669 ((iq), (pri), (qdepth), (flags), \
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c165 xp->qdepth = 1; in pmcs_sata_special_work()
171 xp->qdepth = (LE_16(id->word75) & 0x1f) + 1; in pmcs_sata_special_work()
174 __func__, xp->phy->path, xp->qdepth); in pmcs_sata_special_work()
287 if (xp->ncq && (xp->qdepth > 1)) { in pmcs_sata_special_work()
H A Dpmcs_scsa.c1857 if ((xp->actv_cnt >= xp->qdepth) || xp->recover_wait) { in pmcs_SAS_run()
2488 for (tag = 0; tag < xp->qdepth; tag++) { in pmcs_SATA_run()
2494 if (tag == xp->qdepth) { in pmcs_SATA_run()
3281 tgt->qdepth = 1; in pmcs_get_target()
H A Dpmcs_attach.c1716 xp->qdepth = 1; in pmcs_add_sata_device()
1779 target->qdepth = maxqdepth; in pmcs_add_new_device()
1782 target->qdepth = 1; in pmcs_add_new_device()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h109 uint16_t qdepth; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c1205 int64_t qdepth; in metaslab_group_allocatable() local
1225 qdepth = zfs_refcount_count( in metaslab_group_allocatable()
1233 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()
1247 qdepth = zfs_refcount_count( in metaslab_group_allocatable()
1255 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c829 xs.tagmap, xs.qdepth); in display_targets()