Searched refs:MAXFLOW (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/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() 240 mc->irqs = devm_kcalloc(mc->dev, MAXFLOW, sizeof(int), GFP_KERNEL); in meson_crypto_probe() 241 for (i = 0; i < MAXFLOW; i++) { in meson_crypto_probe() 277 meson_free_chanlist(mc, MAXFLOW - 1); in meson_crypto_probe() 292 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-v6.1/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-core.c | 62 return atomic_inc_return(&ss->flow) % MAXFLOW; in sun8i_ss_get_engine_number() 154 for (flow = 0; flow < MAXFLOW; flow++) { in ss_irq_handler() 452 for (i = 0; i < MAXFLOW; i++) in sun8i_ss_debugfs_show() 521 ss->flows = devm_kcalloc(ss->dev, MAXFLOW, sizeof(struct sun8i_ss_flow), in allocate_flows() 526 for (i = 0; i < MAXFLOW; i++) { in allocate_flows() 865 sun8i_ss_free_flows(ss, MAXFLOW - 1); in sun8i_ss_probe() 879 sun8i_ss_free_flows(ss, MAXFLOW - 1); in sun8i_ss_remove()
|
D | sun8i-ss.h | 75 #define MAXFLOW 2 macro
|
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-core.c | 151 return atomic_inc_return(&ce->flow) % (MAXFLOW - 1); in sun8i_ce_get_engine_number() 263 for (flow = 0; flow < MAXFLOW; flow++) { in ce_irq_handler() 590 for (i = 0; i < MAXFLOW; i++) in sun8i_ce_debugfs_show() 674 ce->chanlist = devm_kcalloc(ce->dev, MAXFLOW, in sun8i_ce_allocate_chanlist() 679 for (i = 0; i < MAXFLOW; i++) { in sun8i_ce_allocate_chanlist() 1023 sun8i_ce_free_chanlist(ce, MAXFLOW - 1); in sun8i_ce_probe() 1041 sun8i_ce_free_chanlist(ce, MAXFLOW - 1); in sun8i_ce_remove()
|
D | sun8i-ce.h | 110 #define MAXFLOW 4 macro
|