Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_dfs.c181 num_q_full_sent, num_alloc_iocb_failed, num_term_xchg_sent; in qla_dfs_tgt_counters_show() local
190 num_q_full_sent = qpair->tgt_counters.num_q_full_sent; in qla_dfs_tgt_counters_show()
203 num_q_full_sent += qpair->tgt_counters.num_q_full_sent; in qla_dfs_tgt_counters_show()
227 num_q_full_sent); in qla_dfs_tgt_counters_show()
Dqla_def.h3379 uint64_t num_q_full_sent; member
Dqla_target.c5254 qpair->tgt_counters.num_q_full_sent++; in __qlt_send_busy()