Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-hash.c180 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local
417 min_fill = 2 * sizeof(u32) + (nbw ? 0 : sizeof(u32)); in sun4i_hash()
420 if (fill < min_fill) in sun4i_hash()
423 j += (fill - min_fill) / sizeof(u32); in sun4i_hash()
/Linux-v4.19/drivers/gpu/drm/amd/lib/
Dchash.c464 int min_fill, int max_fill, in chash_self_test() argument
474 if (min_fill >= max_fill) in chash_self_test()
496 for (; add_count - find_count > min_fill; in chash_self_test()
524 for (; add_count - rmv_count > min_fill; rmv_count++) { in chash_self_test()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Drx.c343 if (unlikely(fill_level < rx_queue->min_fill)) { in ef4_fast_push_rx_descriptors()
345 rx_queue->min_fill = fill_level; in ef4_fast_push_rx_descriptors()
750 rx_queue->min_fill = -1U; in ef4_init_rx_queue()
Dnet_driver.h354 unsigned int min_fill; member
/Linux-v4.19/drivers/net/ethernet/sfc/
Drx.c343 if (unlikely(fill_level < rx_queue->min_fill)) { in efx_fast_push_rx_descriptors()
345 rx_queue->min_fill = fill_level; in efx_fast_push_rx_descriptors()
749 rx_queue->min_fill = -1U; in efx_init_rx_queue()
Dnet_driver.h393 unsigned int min_fill; member