Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c112 if (ha->req_q_cnt < sp->req_cnt) { in ql_start_iocb()
130 if (ha->req_q_cnt < sp->req_cnt) { in ql_start_iocb()
166 ha->req_q_cnt -= sp->req_cnt; in ql_start_iocb()
181 pkt->entry_count = (uint8_t)sp->req_cnt; in ql_start_iocb()
H A Dql_api.c2774 sp->req_cnt = 1; in ql_els_send()
7033 sp->req_cnt = 1; in ql_fcp_scsi_cmd()
7051 sp->req_cnt = (uint16_t) in ql_fcp_scsi_cmd()
7054 sp->req_cnt = (uint16_t) in ql_fcp_scsi_cmd()
7055 (sp->req_cnt + 2); in ql_fcp_scsi_cmd()
7057 sp->req_cnt++; in ql_fcp_scsi_cmd()
7190 sp->req_cnt = (uint16_t)(cnt / ha->cmd_cont_segs); in ql_fcp_ip_cmd()
7192 sp->req_cnt = (uint16_t)(sp->req_cnt + 2); in ql_fcp_ip_cmd()
7194 sp->req_cnt++; in ql_fcp_ip_cmd()
7197 sp->req_cnt = 1; in ql_fcp_ip_cmd()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1170 uint16_t req_cnt; member