Searched refs:req_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) {
130 if (ha->req_q_cnt < sp->req_cnt) {
166 ha->req_q_cnt -= sp->req_cnt;
181 pkt->entry_count = (uint8_t)sp->req_cnt;
H A Dql_api.c2774 sp->req_cnt = 1;
7033 sp->req_cnt = 1;
7051 sp->req_cnt = (uint16_t)
7054 sp->req_cnt = (uint16_t)
7055 (sp->req_cnt + 2);
7057 sp->req_cnt++;
7190 sp->req_cnt = (uint16_t)(cnt / ha->cmd_cont_segs);
7192 sp->req_cnt = (uint16_t)(sp->req_cnt + 2);
7194 sp->req_cnt
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1170 uint16_t req_cnt; member in struct:ql_srb

Completed in 70 milliseconds