Searched refs:MAXFLOW (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/crypto/amlogic/ |
H A D | amlogic-gxl-core.c | 31 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 D | amlogic-gxl.h | 25 #define MAXFLOW 2 macro 98 int irqs[MAXFLOW];
|
H A D | amlogic-gxl-cipher.c | 22 return atomic_inc_return(&mc->flow) % MAXFLOW; in get_engine_number()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-core.c | 64 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 D | sun8i-ss.h | 75 #define MAXFLOW 2 macro
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-core.c | 155 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 D | sun8i-ce.h | 110 #define MAXFLOW 4 macro
|