Home
last modified time | relevance | path

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

/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-core.c31 for (flow = 0; flow < MAXFLOW; flow++) { in meson_irq_handler()
113 for (i = 0; i < MAXFLOW; i++) in meson_debugfs_show()
158 mc->chanlist = devm_kcalloc(mc->dev, MAXFLOW, in meson_allocate_chanlist()
163 for (i = 0; i < MAXFLOW; i++) { in meson_allocate_chanlist()
253 for (i = 0; i < MAXFLOW; i++) { in meson_crypto_probe()
295 meson_free_chanlist(mc, MAXFLOW - 1); in meson_crypto_probe()
310 meson_free_chanlist(mc, MAXFLOW - 1); in meson_crypto_remove()
H A Damlogic-gxl.h25 #define MAXFLOW 2 macro
98 int irqs[MAXFLOW];
H A Damlogic-gxl-cipher.c22 return atomic_inc_return(&mc->flow) % MAXFLOW; in get_engine_number()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c64 return atomic_inc_return(&ss->flow) % MAXFLOW; in sun8i_ss_get_engine_number()
156 for (flow = 0; flow < MAXFLOW; flow++) { in ss_irq_handler()
475 for (i = 0; i < MAXFLOW; i++) in sun8i_ss_debugfs_show()
548 ss->flows = devm_kcalloc(ss->dev, MAXFLOW, sizeof(struct sun8i_ss_flow), in allocate_flows()
553 for (i = 0; i < MAXFLOW; i++) { in allocate_flows()
902 sun8i_ss_free_flows(ss, MAXFLOW - 1); in sun8i_ss_probe()
916 sun8i_ss_free_flows(ss, MAXFLOW - 1); in sun8i_ss_remove()
H A Dsun8i-ss.h75 #define MAXFLOW 2 macro
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c185 return atomic_inc_return(&ce->flow) % (MAXFLOW - 1); in sun8i_ce_get_engine_number()
292 for (flow = 0; flow < MAXFLOW; flow++) { in ce_irq_handler()
643 for (i = 0; i < MAXFLOW; i++) in sun8i_ce_debugfs_show()
732 ce->chanlist = devm_kcalloc(ce->dev, MAXFLOW, in sun8i_ce_allocate_chanlist()
737 for (i = 0; i < MAXFLOW; i++) { in sun8i_ce_allocate_chanlist()
1074 sun8i_ce_free_chanlist(ce, MAXFLOW - 1); in sun8i_ce_probe()
1092 sun8i_ce_free_chanlist(ce, MAXFLOW - 1); in sun8i_ce_remove()
H A Dsun8i-ce.h111 #define MAXFLOW 4 macro