Searched refs:qdepth (Results 1 – 6 of 6) sorted by relevance
/titanic_41/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, \ 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_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_sata.c | 164 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 D | pmcs_scsa.c | 1857 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 D | pmcs_attach.c | 1716 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_41/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs.h | 109 uint16_t qdepth; member
|
/titanic_41/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 825 xs.tagmap, xs.qdepth); in display_targets()
|