Searched refs:MAXFLOW (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/crypto/amlogic/ |
D | amlogic-gxl-core.c | 29 for (flow = 0; flow < MAXFLOW; flow++) { in meson_irq_handler() 106 for (i = 0; i < MAXFLOW; i++) in meson_debugfs_show() 143 mc->chanlist = devm_kcalloc(mc->dev, MAXFLOW, in meson_allocate_chanlist() 148 for (i = 0; i < MAXFLOW; i++) { in meson_allocate_chanlist() 243 mc->irqs = devm_kcalloc(mc->dev, MAXFLOW, sizeof(int), GFP_KERNEL); in meson_crypto_probe() 244 for (i = 0; i < MAXFLOW; i++) { in meson_crypto_probe() 280 meson_free_chanlist(mc, MAXFLOW - 1); in meson_crypto_probe() 295 meson_free_chanlist(mc, MAXFLOW - 1); in meson_crypto_remove()
|
D | amlogic-gxl.h | 25 #define MAXFLOW 2 macro
|
D | amlogic-gxl-cipher.c | 22 return atomic_inc_return(&mc->flow) % MAXFLOW; in get_engine_number()
|
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-core.c | 60 return atomic_inc_return(&ss->flow) % MAXFLOW; in sun8i_ss_get_engine_number() 152 for (flow = 0; flow < MAXFLOW; flow++) { in ss_irq_handler() 419 for (i = 0; i < MAXFLOW; i++) in sun8i_ss_debugfs_show() 467 ss->flows = devm_kcalloc(ss->dev, MAXFLOW, sizeof(struct sun8i_ss_flow), in allocate_flows() 472 for (i = 0; i < MAXFLOW; i++) { in allocate_flows() 781 sun8i_ss_free_flows(ss, MAXFLOW - 1); in sun8i_ss_probe() 795 sun8i_ss_free_flows(ss, MAXFLOW - 1); in sun8i_ss_remove()
|
D | sun8i-ss.h | 74 #define MAXFLOW 2 macro
|
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-core.c | 133 return atomic_inc_return(&ce->flow) % (MAXFLOW - 1); in sun8i_ce_get_engine_number() 244 for (flow = 0; flow < MAXFLOW; flow++) { in ce_irq_handler() 571 for (i = 0; i < MAXFLOW; i++) in sun8i_ce_debugfs_show() 627 ce->chanlist = devm_kcalloc(ce->dev, MAXFLOW, in sun8i_ce_allocate_chanlist() 632 for (i = 0; i < MAXFLOW; i++) { in sun8i_ce_allocate_chanlist() 964 sun8i_ce_free_chanlist(ce, MAXFLOW - 1); in sun8i_ce_probe() 982 sun8i_ce_free_chanlist(ce, MAXFLOW - 1); in sun8i_ce_remove()
|
D | sun8i-ce.h | 108 #define MAXFLOW 4 macro
|