Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_target.c3053 vha->hw->tgt.num_qfull_cmds_dropped = 0; in qlt_init_term_exchange()
3060 total_leaked = vha->hw->tgt.num_qfull_cmds_dropped; in qlt_chk_exch_leak_thresh_hold()
4976 vha->hw->tgt.num_qfull_cmds_dropped++; in qlt_alloc_qfull_cmd()
4977 if (vha->hw->tgt.num_qfull_cmds_dropped > in qlt_alloc_qfull_cmd()
4980 vha->hw->tgt.num_qfull_cmds_dropped; in qlt_alloc_qfull_cmd()
4985 vha->hw->tgt.num_qfull_cmds_dropped); in qlt_alloc_qfull_cmd()
5008 vha->hw->tgt.num_qfull_cmds_dropped++; in qlt_alloc_qfull_cmd()
5009 if (vha->hw->tgt.num_qfull_cmds_dropped > in qlt_alloc_qfull_cmd()
5012 vha->hw->tgt.num_qfull_cmds_dropped; in qlt_alloc_qfull_cmd()
Dqla_def.h2910 uint32_t num_qfull_cmds_dropped; member