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

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

Completed in 82 milliseconds