Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/rsm/
H A Drsmpi.h436 ulong_t qdepth,
444 ulong_t qdepth,
664 #define RSM_SENDQ_CREATE(controller, addr, service, pri, qdepth, flags, \ argument
667 ((controller).handle, (addr), (service), (pri), (qdepth), (flags), \
669 #define RSM_SENDQ_CONFIG(controller, iq, pri, qdepth, flags, callback, arg) \ argument
671 ((iq), (pri), (qdepth), (flags), \
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c164 xp->qdepth = 1; in pmcs_sata_special_work()
170 xp->qdepth = (LE_16(id->word75) & 0x1f) + 1; in pmcs_sata_special_work()
173 __func__, xp->phy->path, xp->qdepth); in pmcs_sata_special_work()
286 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()
/titanic_44/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h109 uint16_t qdepth; member
/titanic_44/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c825 xs.tagmap, xs.qdepth); in display_targets()