Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_param.h100 #define PMCS_NIQ 9 /* 9 Inbound Queues */ macro
H A Dpmcs.h430 kmutex_t iqp_lock[PMCS_NIQ];
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c184 if (pwp->max_iq <= PMCS_NIQ) { in pmcs_setup()
187 "(need %d, max_oq=%d)", __func__, pwp->max_iq, PMCS_NIQ); in pmcs_setup()
256 for (i = 0; i < PMCS_NIQ; i++) { in pmcs_setup()
285 if (i < PMCS_NIQ) { in pmcs_setup()
579 if (++iqe == PMCS_NIQ) { in pmcs_echo_test()
1123 for (i = 0; i < PMCS_NIQ; i++) { in pmcs_register_dump()
1701 for (i = 0; i < PMCS_NIQ; i++) { in pmcs_soft_reset()
7637 for (i = 0; i < PMCS_NIQ; i++) { in pmcs_check_acc_dma_handle()
H A Dpmcs_attach.c1503 for (i = 0; i < PMCS_NIQ; i++) { in pmcs_unattach()
1948 for (i = 0; i < PMCS_NIQ; i++) { in pmcs_check_forward_progress()
2563 for (i = 0; i < PMCS_NIQ; i++) { in pmcs_setup_intr()
H A Dpmcs_fwlog.c301 for (i = 0; i < PMCS_NIQ; i++) { in pmcs_dump_ioqs()
582 for (uint8_t i = 0; i < PMCS_NIQ; i++) { in pmcs_dump_mpi_table()
/titanic_50/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1230 if (qnum < 0 || qnum >= PMCS_NIQ) { in ibq_type()
1873 for (qidx = 0; qidx < PMCS_NIQ; qidx++) { in display_inbound_queues()