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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c115 if (ha->req_ring_index < cnt) {
117 (cnt - ha->req_ring_index);
120 (ha->req_ring_index - cnt));
132 " req_q_cnt=%d, req_ring_index=%d\n",
134 ha->req_ring_index);
182 pkt->sys_define = (uint8_t)ha->req_ring_index;
198 (off_t)(ha->req_ring_index * REQUEST_ENTRY_SIZE +
203 ha->req_ring_index++;
204 if (ha->req_ring_index == REQUEST_ENTRY_CNT) {
205 ha->req_ring_index
[all...]
H A Dql_init.c2648 ha->req_ring_index = 0;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1466 uint16_t req_ring_index; member in struct:ql_adapter_state

Completed in 90 milliseconds