Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c816 ha->outstanding_cmds[index] = NULL; in ql_async_event()
820 ha->outstanding_cmds[index] = NULL; in ql_async_event()
1804 if (ha->outstanding_cmds[index] == in ql_error_entry()
1808 ha->outstanding_cmds[index] = NULL; in ql_error_entry()
1856 ha->outstanding_cmds[index] = NULL; in ql_error_entry()
1859 ha->outstanding_cmds[index] = NULL; in ql_error_entry()
1944 ha->outstanding_cmds[index] = NULL; in ql_status_entry()
1947 ha->outstanding_cmds[index] = NULL; in ql_status_entry()
2084 ha->outstanding_cmds[index] = NULL; in ql_24xx_status_entry()
2087 ha->outstanding_cmds[index] = NULL; in ql_24xx_status_entry()
[all …]
H A Dql_iocb.c165 if (ha->outstanding_cmds[ha->osc_index] == NULL) { in ql_start_iocb()
180 ha->outstanding_cmds[ha->osc_index] = sp; in ql_start_iocb()
H A Dql_mbx.c968 if ((sp = ha->pha->outstanding_cmds[index]) != NULL && in ql_target_reset()
1082 if ((sp = ha->pha->outstanding_cmds[index]) != NULL && in ql_abort_target()
1150 if ((sp = ha->pha->outstanding_cmds[index]) != NULL && in ql_lun_reset()
1216 if ((sp = ha->pha->outstanding_cmds[index]) != NULL && in ql_clear_task_set()
1283 if ((sp = ha->pha->outstanding_cmds[index]) != NULL && in ql_abort_task_set()
H A Dql_api.c1392 ha->outstanding_cmds = kmem_zalloc( in ql_attach()
1871 if (ha->outstanding_cmds != NULL) { in ql_attach()
1872 kmem_free(ha->outstanding_cmds, in ql_attach()
1873 sizeof (*ha->outstanding_cmds) * in ql_attach()
2211 kmem_free(ha->outstanding_cmds, in ql_detach()
4074 ha->outstanding_cmds[index] = in ql_abort()
8238 ha->pha->outstanding_cmds[ in ql_done()
10782 sp = ha->outstanding_cmds[index]; in ql_abort_queues()
10794 ha->outstanding_cmds[index] = NULL; in ql_abort_queues()
16562 sp = ha->outstanding_cmds[cnt]; in ql_halt()
[all …]
H A Dql_init.c2714 ha->outstanding_cmds[index] = NULL; in ql_init_rings()
4274 if ((sp = ha->outstanding_cmds[index]) == NULL || in ql_requeue_all_cmds()
4287 ha->outstanding_cmds[index] = NULL; in ql_requeue_all_cmds()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1691 ql_srb_t **outstanding_cmds; member
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c764 qlosc = (uintptr_t)qlstate->outstanding_cmds; in qlc_osc_dcmd()