Home
last modified time | relevance | path

Searched refs:min_fill (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c274 u64 fill, min_fill, j, k; in hash_pad() local
283 min_fill = 2 * sizeof(u32) + sizeof(u32); in hash_pad()
286 min_fill = 4 * sizeof(u32) + sizeof(u32); in hash_pad()
289 if (fill < min_fill) in hash_pad()
293 j += (fill - min_fill) / sizeof(u32); in hash_pad()
/linux-6.6.21/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-hash.c189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local
436 min_fill = 2 * sizeof(u32) + (nbw ? 0 : sizeof(u32)); in sun4i_hash()
439 if (fill < min_fill) in sun4i_hash()
442 j += (fill - min_fill) / sizeof(u32); in sun4i_hash()
/linux-6.6.21/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c431 u64 fill, min_fill, j, k; in hash_pad() local
440 min_fill = 2 * sizeof(u32) + sizeof(u32); in hash_pad()
443 min_fill = 4 * sizeof(u32) + sizeof(u32); in hash_pad()
446 if (fill < min_fill) in hash_pad()
450 j += (fill - min_fill) / sizeof(u32); in hash_pad()
/linux-6.6.21/drivers/net/ethernet/sfc/falcon/
Drx.c347 if (unlikely(fill_level < rx_queue->min_fill)) { in ef4_fast_push_rx_descriptors()
349 rx_queue->min_fill = fill_level; in ef4_fast_push_rx_descriptors()
756 rx_queue->min_fill = -1U; in ef4_init_rx_queue()
Dnet_driver.h351 unsigned int min_fill; member
/linux-6.6.21/drivers/net/ethernet/sfc/
Drx_common.c234 rx_queue->min_fill = -1U; in efx_init_rx_queue()
472 if (unlikely(fill_level < rx_queue->min_fill)) { in efx_fast_push_rx_descriptors()
474 rx_queue->min_fill = fill_level; in efx_fast_push_rx_descriptors()
Dnet_driver.h401 unsigned int min_fill; member
/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Drx_common.c236 rx_queue->min_fill = -1U; in efx_siena_init_rx_queue()
473 if (unlikely(fill_level < rx_queue->min_fill)) { in efx_siena_fast_push_rx_descriptors()
475 rx_queue->min_fill = fill_level; in efx_siena_fast_push_rx_descriptors()
Dnet_driver.h412 unsigned int min_fill; member