Searched refs:core_qla_free_cmd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 286 core_qla_snd_status, qla_core_ret_sta_ctio, core_qla_free_cmd, in qla_dfs_tgt_counters_show() local 295 core_qla_free_cmd = qpair->tgt_counters.core_qla_free_cmd; in qla_dfs_tgt_counters_show() 310 core_qla_free_cmd += qpair->tgt_counters.core_qla_free_cmd; in qla_dfs_tgt_counters_show() 328 seq_printf(s, "core_qla_free_cmd = %lld\n", in qla_dfs_tgt_counters_show() 329 core_qla_free_cmd); in qla_dfs_tgt_counters_show()
|
H A D | tcm_qla2xxx.c | 301 cmd->qpair->tgt_counters.core_qla_free_cmd++; in tcm_qla2xxx_free_cmd()
|
H A D | qla_def.h | 3520 uint64_t core_qla_free_cmd; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 302 core_qla_snd_status, qla_core_ret_sta_ctio, core_qla_free_cmd, in qla_dfs_tgt_counters_show() local 315 core_qla_free_cmd = qpair->tgt_counters.core_qla_free_cmd; in qla_dfs_tgt_counters_show() 330 core_qla_free_cmd += qpair->tgt_counters.core_qla_free_cmd; in qla_dfs_tgt_counters_show() 348 seq_printf(s, "core_qla_free_cmd = %lld\n", in qla_dfs_tgt_counters_show() 349 core_qla_free_cmd); in qla_dfs_tgt_counters_show()
|
H A D | tcm_qla2xxx.c | 306 cmd->qpair->tgt_counters.core_qla_free_cmd++; in tcm_qla2xxx_free_cmd()
|
H A D | qla_def.h | 3690 uint64_t core_qla_free_cmd; member
|
Completed in 43 milliseconds