Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c810 sp = index < ha->osc_max_cnt ? in ql_async_event()
1803 if (index < ha->osc_max_cnt) { in ql_error_entry()
1843 if (index < ha->osc_max_cnt) { in ql_error_entry()
1931 if (index < ha->osc_max_cnt) { in ql_status_entry()
2071 if (index < ha->osc_max_cnt) { in ql_24xx_status_entry()
2193 if (index < ha->osc_max_cnt) { in ql_verify_preprocessed_cmd()
2817 if (index < ha->osc_max_cnt) { in ql_ip_entry()
3138 if (index < ha->osc_max_cnt) { in ql_ms_entry()
3408 if (index < ha->osc_max_cnt) { in ql_els_passthru_entry()
H A Dql_iocb.c160 for (cnt = 1; cnt < ha->osc_max_cnt; cnt++) { in ql_start_iocb()
162 if (ha->osc_index == ha->osc_max_cnt) { in ql_start_iocb()
173 if (cnt == ha->osc_max_cnt) { in ql_start_iocb()
H A Dql_mbx.c967 for (index = 1; index < ha->pha->osc_max_cnt; index++) { in ql_target_reset()
1081 for (index = 1; index < ha->pha->osc_max_cnt; index++) { in ql_abort_target()
1149 for (index = 1; index < ha->pha->osc_max_cnt; index++) { in ql_lun_reset()
1215 for (index = 1; index < ha->pha->osc_max_cnt; index++) { in ql_clear_task_set()
1282 for (index = 1; index < ha->pha->osc_max_cnt; index++) { in ql_abort_task_set()
H A Dql_api.c1143 ha->osc_max_cnt = 1024; in ql_attach()
1163 ha->osc_max_cnt = 1024; in ql_attach()
1199 ha->osc_max_cnt = 2048; in ql_attach()
1224 ha->osc_max_cnt = 2048; in ql_attach()
1262 ha->osc_max_cnt = 2048; in ql_attach()
1297 ha->osc_max_cnt = 2048; in ql_attach()
1320 ha->osc_max_cnt = 2048; in ql_attach()
1344 ha->osc_max_cnt = 2048; in ql_attach()
1644 tran->fca_cmd_max = ha->osc_max_cnt; in ql_attach()
1874 ha->osc_max_cnt); in ql_attach()
[all …]
H A Dql_init.c2713 for (index = 0; index < ha->osc_max_cnt; index++) { in ql_init_rings()
4263 for (index = 1; index < ha->osc_max_cnt; index++) { in ql_requeue_all_cmds()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1693 uint16_t osc_max_cnt; member
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c774 for (indx = 0; indx < qlstate->osc_max_cnt; indx++, qlosc += 8) { in qlc_osc_dcmd()