Home
last modified time | relevance | path

Searched refs:total_pt_ops (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/crypto/ccp/
H A Dccp-debugfs.c107 unsigned long total_pt_ops = 0; in ccp5_debugfs_stats_read() local
123 total_pt_ops += cmd_q->total_pt_ops; in ccp5_debugfs_stats_read()
146 total_pt_ops); in ccp5_debugfs_stats_read()
166 cmd_q->total_pt_ops = 0L; in ccp5_debugfs_reset_queue_stats()
220 cmd_q->total_pt_ops); in ccp5_debugfs_queue_read()
H A Dccp-dev.h335 unsigned long total_pt_ops; member
H A Dccp-dev-v5.c499 op->cmd_q->total_pt_ops++; in ccp5_perform_passthru()
/linux-6.15/drivers/dma/amd/ptdma/
H A Dptdma-debugfs.c73 seq_printf(s, " Pass-Thru: %ld\n", cmd_q->total_pt_ops); in pt_debugfs_queue_show()
H A Dptdma.h223 unsigned long total_pt_ops; member
H A Dptdma-dev.c107 cmd_q->total_pt_ops++; in pt_core_perform_passthru()
H A Dptdma-dmaengine.c143 cmd_q->total_pt_ops++; in pt_core_perform_passthru_ae4()