Home
last modified time | relevance | path

Searched refs:osc_index (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c142 ha->osc_index++; in ql_start_iocb()
143 if (ha->osc_index == MAX_OUTSTANDING_COMMANDS) { in ql_start_iocb()
144 ha->osc_index = 1; in ql_start_iocb()
146 if (ha->outstanding_cmds[ha->osc_index] == NULL) { in ql_start_iocb()
162 ha->outstanding_cmds[ha->osc_index] = sp; in ql_start_iocb()
165 ha->osc_index; in ql_start_iocb()
H A Dql_init.c2641 ha->osc_index = 1; in ql_init_rings()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1470 uint16_t osc_index; member