Home
last modified time | relevance | path

Searched refs:tgt_counters (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_dfs.c294 qla_core_sbt_cmd = qpair->tgt_counters.qla_core_sbt_cmd; in qla_dfs_tgt_counters_show()
295 core_qla_que_buf = qpair->tgt_counters.core_qla_que_buf; in qla_dfs_tgt_counters_show()
296 qla_core_ret_ctio = qpair->tgt_counters.qla_core_ret_ctio; in qla_dfs_tgt_counters_show()
297 core_qla_snd_status = qpair->tgt_counters.core_qla_snd_status; in qla_dfs_tgt_counters_show()
298 qla_core_ret_sta_ctio = qpair->tgt_counters.qla_core_ret_sta_ctio; in qla_dfs_tgt_counters_show()
299 core_qla_free_cmd = qpair->tgt_counters.core_qla_free_cmd; in qla_dfs_tgt_counters_show()
300 num_q_full_sent = qpair->tgt_counters.num_q_full_sent; in qla_dfs_tgt_counters_show()
301 num_alloc_iocb_failed = qpair->tgt_counters.num_alloc_iocb_failed; in qla_dfs_tgt_counters_show()
302 num_term_xchg_sent = qpair->tgt_counters.num_term_xchg_sent; in qla_dfs_tgt_counters_show()
308 qla_core_sbt_cmd += qpair->tgt_counters.qla_core_sbt_cmd; in qla_dfs_tgt_counters_show()
[all …]
Dtcm_qla2xxx.c265 cmd->qpair->tgt_counters.qla_core_ret_sta_ctio++; in tcm_qla2xxx_complete_free()
306 cmd->qpair->tgt_counters.core_qla_free_cmd++; in tcm_qla2xxx_free_cmd()
483 cmd->qpair->tgt_counters.qla_core_sbt_cmd++; in tcm_qla2xxx_handle_cmd()
519 cmd->qpair->tgt_counters.qla_core_ret_ctio++; in tcm_qla2xxx_handle_data_work()
Dqla_target.c3308 qpair->tgt_counters.core_qla_snd_status++; in qlt_xmit_response()
3310 qpair->tgt_counters.core_qla_que_buf++; in qlt_xmit_response()
3715 qpair->tgt_counters.num_term_xchg_sent++; in __qlt_send_term_exchange()
5448 qpair->tgt_counters.num_q_full_sent++; in __qlt_send_busy()
Dqla_def.h3748 struct qla_tgt_counters tgt_counters; member
Dqla_iocb.c2353 qpair->tgt_counters.num_alloc_iocb_failed++; in __qla2x00_alloc_iocbs()