Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c3778 vha->hw->tgt.num_qfull_cmds_alloc--; in qlt_init_term_exchange()
5477 if ((vha->hw->tgt.num_qfull_cmds_alloc + 1) > MAX_QFULL_CMDS_ALLOC) { in qlt_alloc_qfull_cmd()
5534 vha->hw->tgt.num_qfull_cmds_alloc++; in qlt_alloc_qfull_cmd()
5535 if (vha->hw->tgt.num_qfull_cmds_alloc > in qlt_alloc_qfull_cmd()
5538 vha->hw->tgt.num_qfull_cmds_alloc; in qlt_alloc_qfull_cmd()
5594 vha->hw->tgt.num_qfull_cmds_alloc--; in qlt_free_qfull_cmds()
H A Dqla_def.h4046 uint32_t num_qfull_cmds_alloc; member