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.c811 ha->outstanding_cmds[index] : NULL; in ql_async_event()
816 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()
1811 (void *) ha->outstanding_cmds[index], in ql_error_entry()
1845 if ((sp = 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()
1933 if ((sp = ha->outstanding_cmds[index]) == NULL) { in ql_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()
1393 sizeof (*ha->outstanding_cmds) * ha->osc_max_cnt, 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()
2212 sizeof (*ha->outstanding_cmds) * ha->osc_max_cnt); in ql_detach()
4073 if (ha->outstanding_cmds[index] == sp) { in ql_abort()
4074 ha->outstanding_cmds[index] = in ql_abort()
4457 cnt += (pha->outstanding_cmds[i0] != NULL); in ql_port_manage()
[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()