Home
last modified time | relevance | path

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

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