Searched refs:min_fill (Results 1 – 5 of 5) sorted by relevance
176 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local416 min_fill = 2 * sizeof(u32) + (nbw ? 0 : sizeof(u32)); in sun4i_hash()419 if (fill < min_fill) in sun4i_hash()422 j += (fill - min_fill) / sizeof(u32); in sun4i_hash()
340 if (unlikely(fill_level < rx_queue->min_fill)) { in ef4_fast_push_rx_descriptors()342 rx_queue->min_fill = fill_level; in ef4_fast_push_rx_descriptors()744 rx_queue->min_fill = -1U; in ef4_init_rx_queue()
351 unsigned int min_fill; member
340 if (unlikely(fill_level < rx_queue->min_fill)) { in efx_fast_push_rx_descriptors()342 rx_queue->min_fill = fill_level; in efx_fast_push_rx_descriptors()742 rx_queue->min_fill = -1U; in efx_init_rx_queue()
390 unsigned int min_fill; member