Home
last modified time | relevance | path

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

/openbmc/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()
255 for (i = 0; i < MAXFLOW; i++) { in meson_crypto_probe()
297 meson_free_chanlist(mc, MAXFLOW - 1); in meson_crypto_probe()
312 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()
/openbmc/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()
480 for (i = 0; i < MAXFLOW; i++) in sun8i_ss_debugfs_show()
553 ss->flows = devm_kcalloc(ss->dev, MAXFLOW, sizeof(struct sun8i_ss_flow), in allocate_flows()
558 for (i = 0; i < MAXFLOW; i++) { in allocate_flows()
907 sun8i_ss_free_flows(ss, MAXFLOW - 1); in sun8i_ss_probe()
921 sun8i_ss_free_flows(ss, MAXFLOW - 1); in sun8i_ss_remove()
H A Dsun8i-ss.h75 #define MAXFLOW 2 macro
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c155 return atomic_inc_return(&ce->flow) % (MAXFLOW - 1); in sun8i_ce_get_engine_number()
267 for (flow = 0; flow < MAXFLOW; flow++) { in ce_irq_handler()
624 for (i = 0; i < MAXFLOW; i++) in sun8i_ce_debugfs_show()
713 ce->chanlist = devm_kcalloc(ce->dev, MAXFLOW, in sun8i_ce_allocate_chanlist()
718 for (i = 0; i < MAXFLOW; i++) { in sun8i_ce_allocate_chanlist()
1070 sun8i_ce_free_chanlist(ce, MAXFLOW - 1); in sun8i_ce_probe()
1088 sun8i_ce_free_chanlist(ce, MAXFLOW - 1); in sun8i_ce_remove()
H A Dsun8i-ce.h110 #define MAXFLOW 4 macro