Home
last modified time | relevance | path

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.c161 ha->osc_index++; in ql_start_iocb()
162 if (ha->osc_index == ha->osc_max_cnt) { in ql_start_iocb()
163 ha->osc_index = 1; in ql_start_iocb()
165 if (ha->outstanding_cmds[ha->osc_index] == NULL) { in ql_start_iocb()
180 ha->outstanding_cmds[ha->osc_index] = sp; in ql_start_iocb()
183 ha->osc_index; in ql_start_iocb()
H A Dql_init.c2716 ha->osc_index = 1; in ql_init_rings()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1692 uint16_t osc_index; member