Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_target.c3788 vha->hw->tgt.num_qfull_cmds_dropped = 0; in qlt_init_term_exchange()
3795 total_leaked = vha->hw->tgt.num_qfull_cmds_dropped; in qlt_chk_exch_leak_thresh_hold()
5486 vha->hw->tgt.num_qfull_cmds_dropped++; in qlt_alloc_qfull_cmd()
5487 if (vha->hw->tgt.num_qfull_cmds_dropped > in qlt_alloc_qfull_cmd()
5490 vha->hw->tgt.num_qfull_cmds_dropped; in qlt_alloc_qfull_cmd()
5495 vha->hw->tgt.num_qfull_cmds_dropped); in qlt_alloc_qfull_cmd()
5512 vha->hw->tgt.num_qfull_cmds_dropped++; in qlt_alloc_qfull_cmd()
5513 if (vha->hw->tgt.num_qfull_cmds_dropped > in qlt_alloc_qfull_cmd()
5516 vha->hw->tgt.num_qfull_cmds_dropped; in qlt_alloc_qfull_cmd()
Dqla_def.h3960 uint32_t num_qfull_cmds_dropped; member