Searched refs:outstanding_cmds (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c223 ha->outstanding_cmds[stat] : NULL;
227 ha->outstanding_cmds[stat] =
813 ha->outstanding_cmds[index] : NULL;
816 ha->outstanding_cmds[index] = NULL;
1746 sp = ha->outstanding_cmds[index];
1750 ha->outstanding_cmds[index] = NULL;
1825 sp = ha->outstanding_cmds[index];
1829 ha->outstanding_cmds[index] = NULL;
1958 sp = ha->outstanding_cmds[index];
1962 ha->outstanding_cmds[inde
[all...]
H A Dql_iocb.c146 if (ha->outstanding_cmds[ha->osc_index] == NULL) {
162 ha->outstanding_cmds[ha->osc_index] = sp;
H A Dql_api.c899 ha->outstanding_cmds = kmem_zalloc(
900 sizeof (*ha->outstanding_cmds) * MAX_OUTSTANDING_COMMANDS,
1622 kmem_free(ha->outstanding_cmds,
1623 sizeof (*ha->outstanding_cmds) *
1950 kmem_free(ha->outstanding_cmds,
1951 sizeof (*ha->outstanding_cmds) * MAX_OUTSTANDING_COMMANDS);
4203 cnt += (pha->outstanding_cmds[i0] != NULL);
7809 ha->outstanding_cmds[
10016 (void *)ha->outstanding_cmds[sp->handle & OSC_INDEX_MASK],
10026 if (ha->pha->outstanding_cmds[inde
[all...]
H A Dql_init.c2639 ha->outstanding_cmds[index] = NULL;
3927 if ((sp = ha->outstanding_cmds[index]) == NULL) {
3939 ha->outstanding_cmds[index] = NULL;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1469 ql_srb_t **outstanding_cmds; member in struct:ql_adapter_state
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c746 qlosc = (uintptr_t)qlstate->outstanding_cmds;

Completed in 101 milliseconds