Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c115 if (ha->req_ring_index < cnt) { in ql_start_iocb()
117 (cnt - ha->req_ring_index); in ql_start_iocb()
120 (ha->req_ring_index - cnt)); in ql_start_iocb()
134 ha->req_ring_index); in ql_start_iocb()
182 pkt->sys_define = (uint8_t)ha->req_ring_index; in ql_start_iocb()
198 (off_t)(ha->req_ring_index * REQUEST_ENTRY_SIZE + in ql_start_iocb()
203 ha->req_ring_index++; in ql_start_iocb()
204 if (ha->req_ring_index == REQUEST_ENTRY_CNT) { in ql_start_iocb()
205 ha->req_ring_index = 0; in ql_start_iocb()
223 w32 = ha->req_ring_index << 16 | in ql_start_iocb()
[all …]
H A Dql_init.c2648 ha->req_ring_index = 0; in ql_init_rings()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1466 uint16_t req_ring_index; member