Home
last modified time | relevance | path

Searched refs:num_q_full_sent (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_dfs.c180 num_q_full_sent, num_alloc_iocb_failed, num_term_xchg_sent; in qla_dfs_tgt_counters_show() local
189 num_q_full_sent = qpair->tgt_counters.num_q_full_sent; in qla_dfs_tgt_counters_show()
204 num_q_full_sent += qpair->tgt_counters.num_q_full_sent; in qla_dfs_tgt_counters_show()
228 num_q_full_sent); in qla_dfs_tgt_counters_show()
Dqla_def.h3420 uint64_t num_q_full_sent; member
Dqla_target.c5296 qpair->tgt_counters.num_q_full_sent++; in __qlt_send_busy()