Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_target.c3768 vha->hw->tgt.num_qfull_cmds_alloc--; in qlt_init_term_exchange()
5467 if ((vha->hw->tgt.num_qfull_cmds_alloc + 1) > MAX_QFULL_CMDS_ALLOC) { in qlt_alloc_qfull_cmd()
5524 vha->hw->tgt.num_qfull_cmds_alloc++; in qlt_alloc_qfull_cmd()
5525 if (vha->hw->tgt.num_qfull_cmds_alloc > in qlt_alloc_qfull_cmd()
5528 vha->hw->tgt.num_qfull_cmds_alloc; in qlt_alloc_qfull_cmd()
5584 vha->hw->tgt.num_qfull_cmds_alloc--; in qlt_free_qfull_cmds()
Dqla_def.h4036 uint32_t num_qfull_cmds_alloc; member