Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-hash.c268 u64 fill, min_fill, j, k; in hash_pad() local
277 min_fill = 2 * sizeof(u32) + sizeof(u32); in hash_pad()
280 min_fill = 4 * sizeof(u32) + sizeof(u32); in hash_pad()
283 if (fill < min_fill) in hash_pad()
287 j += (fill - min_fill) / sizeof(u32); in hash_pad()
/linux-6.3-rc2/drivers/crypto/allwinner/sun4i-ss/
A 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.3-rc2/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c423 u64 fill, min_fill, j, k; in hash_pad() local
432 min_fill = 2 * sizeof(u32) + sizeof(u32); in hash_pad()
435 min_fill = 4 * sizeof(u32) + sizeof(u32); in hash_pad()
438 if (fill < min_fill) in hash_pad()
442 j += (fill - min_fill) / sizeof(u32); in hash_pad()
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A 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()
A Dnet_driver.h351 unsigned int min_fill; member
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A 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()
A Dnet_driver.h422 unsigned int min_fill; member
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A 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()
A Dnet_driver.h412 unsigned int min_fill; member

Completed in 38 milliseconds