Home
last modified time | relevance | path

Searched refs:num_pend_cmds (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c191 vha->hw->tgt.num_pend_cmds++; in qlt_incr_num_pend_cmds()
192 if (vha->hw->tgt.num_pend_cmds > vha->qla_stats.stat_max_pend_cmds) in qlt_incr_num_pend_cmds()
194 vha->hw->tgt.num_pend_cmds; in qlt_incr_num_pend_cmds()
202 vha->hw->tgt.num_pend_cmds--; in qlt_decr_num_pend_cmds()
6727 if (ha->tgt.num_pend_cmds < Q_FULL_THRESH_HOLD(ha)) in qlt_chk_qfull_thresh_hold()
H A Dqla_def.h4064 uint32_t num_pend_cmds; member