Searched refs:min_fill (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-hash.c | 274 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/ |
D | sun4i-ss-hash.c | 189 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/ |
D | sun8i-ss-hash.c | 431 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/ |
D | rx.c | 347 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()
|
D | net_driver.h | 351 unsigned int min_fill; member
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | rx_common.c | 234 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()
|
D | net_driver.h | 401 unsigned int min_fill; member
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | rx_common.c | 236 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()
|
D | net_driver.h | 412 unsigned int min_fill; member
|