Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h682 ((ADDQI(hwp->shadow_iqpi[qnum], 1, hwp->ioq_depth) == \
700 INCQI(hwp->shadow_iqpi[qnum], hwp->ioq_depth); \
716 INCQI(hwp->shadow_iqpi[qnum], hwp->ioq_depth); \
761 &hwp->oqp[qn][QI2O(ix, o, hwp->ioq_depth) >> 2]
763 #define STEP_OQ_ENTRY(hwp, qn, ix, n) ix = ADDQI(ix, n, hwp->ioq_depth)
H A Dpmcs.h415 uint32_t ioq_depth; member
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c219 if (pwp->ioq_depth == 0) { in pmcs_setup()
223 pwp->ioq_depth = PMCS_NQENTRY; in pmcs_setup()
226 if (pwp->ioq_depth < PMCS_MIN_NQENTRY) { in pmcs_setup()
229 __func__, pwp->ioq_depth, PMCS_MIN_NQENTRY); in pmcs_setup()
230 pwp->ioq_depth = PMCS_MIN_NQENTRY; in pmcs_setup()
233 if (pwp->ioq_depth > (pwp->max_cmd / (PMCS_IO_IQ_MASK + 1))) { in pmcs_setup()
237 __func__, pwp->ioq_depth, new_ioq_depth); in pmcs_setup()
238 pwp->ioq_depth = new_ioq_depth; in pmcs_setup()
259 &pwp->iqp_handles[i], PMCS_QENTRY_SIZE * pwp->ioq_depth, in pmcs_setup()
265 bzero(pwp->iqp[i], PMCS_QENTRY_SIZE * pwp->ioq_depth); in pmcs_setup()
[all …]
H A Dpmcs_intr.c53 if (++l == (p)->ioq_depth) { \
H A Dpmcs_attach.c618 pwp->ioq_depth = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in pmcs_attach()
/titanic_41/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c694 mdb_printf("I/O queue depth: %d\n", m.ioq_depth); in display_hwinfo()
1768 last_consumed = ss.ioq_depth - 1; in display_outbound_queues()
1791 for (idx = 0; idx < ss.ioq_depth; idx++) { in display_outbound_queues()
1897 last_consumed = ss.ioq_depth - 1; in display_inbound_queues()
1919 for (idx = 0; idx < ss.ioq_depth; idx++) { in display_inbound_queues()