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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c112 if (ha->req_q_cnt < sp->req_cnt) {
116 ha->req_q_cnt = (uint16_t)
119 ha->req_q_cnt = (uint16_t)(REQUEST_ENTRY_CNT -
122 if (ha->req_q_cnt != 0) {
123 ha->req_q_cnt--;
130 if (ha->req_q_cnt < sp->req_cnt) {
132 " req_q_cnt=%d, req_ring_index=%d\n",
133 ha->instance, ha->req_q_cnt,
166 ha->req_q_cnt -= sp->req_cnt;
284 if (ha->req_q_cnt
[all...]
H A Dql_init.c2649 ha->req_q_cnt = REQUEST_ENTRY_CNT - 1;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1467 uint16_t req_q_cnt; /* # of available entries. */ member in struct:ql_adapter_state

Completed in 71 milliseconds