Home
last modified time | relevance | path

Searched refs:stat_req (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/drivers/crypto/amlogic/
Damlogic-gxl.h77 unsigned long stat_req; member
150 unsigned long stat_req; member
Damlogic-gxl-core.c107 seq_printf(seq, "Channel %d: nreq %lu\n", i, mc->chanlist[i].stat_req); in meson_debugfs_show()
115 mc_algs[i].stat_req, mc_algs[i].stat_fb); in meson_debugfs_show()
Damlogic-gxl-cipher.c113 algt->stat_req++; in meson_cipher()
114 mc->chanlist[flow].stat_req++; in meson_cipher()
/linux-6.1.9/drivers/crypto/gemini/
Dsl3516-ce.h250 unsigned long stat_req; member
329 unsigned long stat_req; member
Dsl3516-ce-core.c126 ce->stat_req++; in sl3516_ce_run_task()
254 seq_printf(seq, "nreq %lu\n", ce->stat_req); in sl3516_ce_debugfs_show()
269 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sl3516_ce_debugfs_show()
Dsl3516-ce-cipher.c147 algt->stat_req++; in sl3516_ce_cipher()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss.h140 unsigned long stat_req; member
286 unsigned long stat_req; member
Dsun8i-ss-core.c74 ss->flows[flow].stat_req++; in sun8i_ss_run_task()
453 seq_printf(seq, "Channel %d: nreq %lu\n", i, ss->flows[i].stat_req); in sun8i_ss_debugfs_show()
463 ss_algs[i].stat_req, ss_algs[i].stat_fb); in sun8i_ss_debugfs_show()
480 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun8i_ss_debugfs_show()
486 ss_algs[i].stat_req, ss_algs[i].stat_fb); in sun8i_ss_debugfs_show()
Dsun8i-ss-prng.c91 algt->stat_req++; in sun8i_ss_prng_generate()
Dsun8i-ss-hash.c299 ss->flows[flow].stat_req++; in sun8i_ss_run_hash_task()
524 algt->stat_req++; in sun8i_ss_hash_run()
Dsun8i-ss-cipher.c205 algt->stat_req++; in sun8i_ss_cipher()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce.h203 unsigned long stat_req; member
336 unsigned long stat_req; member
Dsun8i-ce-core.c161 ce->chanlist[flow].stat_req++; in sun8i_ce_run_task()
591 seq_printf(seq, "Channel %d: nreq %lu\n", i, ce->chanlist[i].stat_req); in sun8i_ce_debugfs_show()
601 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()
625 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()
641 ce_algs[i].stat_req, ce_algs[i].stat_bytes); in sun8i_ce_debugfs_show()
Dsun8i-ce-prng.c93 algt->stat_req++; in sun8i_ce_prng_generate()
Dsun8i-ce-hash.c376 algt->stat_req++; in sun8i_ce_hash_run()
Dsun8i-ce-cipher.c145 algt->stat_req++; in sun8i_ce_cipher_prepare()
/linux-6.1.9/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-core.c250 ss_algs[i].stat_req, ss_algs[i].stat_opti, ss_algs[i].stat_fb, in sun4i_ss_debugfs_show()
257 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun4i_ss_debugfs_show()
263 ss_algs[i].stat_req); in sun4i_ss_debugfs_show()
Dsun4i-ss-prng.c37 algt->stat_req++; in sun4i_ss_prng_generate()
Dsun4i-ss.h170 unsigned long stat_req; member
Dsun4i-ss-hash.c405 algt->stat_req++; in sun4i_hash()
Dsun4i-ss-cipher.c248 algt->stat_req++; in sun4i_ss_cipher_poll()
/linux-6.1.9/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c32 struct fcoe_kwqe_stat stat_req; in bnx2fc_send_stat_req() local
37 memset(&stat_req, 0x00, sizeof(struct fcoe_kwqe_stat)); in bnx2fc_send_stat_req()
38 stat_req.hdr.op_code = FCOE_KWQE_OPCODE_STAT; in bnx2fc_send_stat_req()
39 stat_req.hdr.flags = in bnx2fc_send_stat_req()
42 stat_req.stat_params_addr_lo = (u32) hba->stats_buf_dma; in bnx2fc_send_stat_req()
43 stat_req.stat_params_addr_hi = (u32) ((u64)hba->stats_buf_dma >> 32); in bnx2fc_send_stat_req()
45 kwqe_arr[0] = (struct kwqe *) &stat_req; in bnx2fc_send_stat_req()