Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_target.c3722 vha->hw->tgt.num_qfull_cmds_dropped = 0; in qlt_init_term_exchange()
3729 total_leaked = vha->hw->tgt.num_qfull_cmds_dropped; in qlt_chk_exch_leak_thresh_hold()
5356 vha->hw->tgt.num_qfull_cmds_dropped++; in qlt_alloc_qfull_cmd()
5357 if (vha->hw->tgt.num_qfull_cmds_dropped > in qlt_alloc_qfull_cmd()
5360 vha->hw->tgt.num_qfull_cmds_dropped; in qlt_alloc_qfull_cmd()
5365 vha->hw->tgt.num_qfull_cmds_dropped); in qlt_alloc_qfull_cmd()
5384 vha->hw->tgt.num_qfull_cmds_dropped++; in qlt_alloc_qfull_cmd()
5385 if (vha->hw->tgt.num_qfull_cmds_dropped > in qlt_alloc_qfull_cmd()
5388 vha->hw->tgt.num_qfull_cmds_dropped; in qlt_alloc_qfull_cmd()
Dqla_def.h3579 uint32_t num_qfull_cmds_dropped; member