Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss.h129 unsigned long stat_req; member
272 unsigned long stat_req; member
Dsun8i-ss-core.c71 ss->flows[flow].stat_req++; in sun8i_ss_run_task()
420 seq_printf(seq, "Channel %d: nreq %lu\n", i, ss->flows[i].stat_req); in sun8i_ss_debugfs_show()
430 ss_algs[i].stat_req, ss_algs[i].stat_fb); in sun8i_ss_debugfs_show()
436 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun8i_ss_debugfs_show()
442 ss_algs[i].stat_req, ss_algs[i].stat_fb); in sun8i_ss_debugfs_show()
Dsun8i-ss-prng.c93 algt->stat_req++; in sun8i_ss_prng_generate()
Dsun8i-ss-hash.c207 ss->flows[flow].stat_req++; in sun8i_ss_run_hash_task()
359 algt->stat_req++; in sun8i_ss_hash_run()
Dsun8i-ss-cipher.c120 algt->stat_req++; in sun8i_ss_cipher()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce.h197 unsigned long stat_req; member
335 unsigned long stat_req; member
Dsun8i-ce-core.c143 ce->chanlist[flow].stat_req++; in sun8i_ce_run_task()
572 seq_printf(seq, "Channel %d: nreq %lu\n", i, ce->chanlist[i].stat_req); in sun8i_ce_debugfs_show()
582 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()
588 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()
594 ce_algs[i].stat_req, ce_algs[i].stat_bytes); in sun8i_ce_debugfs_show()
Dsun8i-ce-prng.c95 algt->stat_req++; in sun8i_ce_prng_generate()
Dsun8i-ce-hash.c300 algt->stat_req++; in sun8i_ce_hash_run()
Dsun8i-ce-cipher.c106 algt->stat_req++; in sun8i_ce_cipher_prepare()
/Linux-v5.10/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()