Searched refs:__ice_alloc_rx_bufs_zc (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c461 * __ice_alloc_rx_bufs_zc - allocate a number of Rx buffers
471 static bool __ice_alloc_rx_bufs_zc(struct ice_rx_ring *rx_ring, u16 count) function
529 if (!__ice_alloc_rx_bufs_zc(rx_ring, rx_thresh))
531 return __ice_alloc_rx_bufs_zc(rx_ring, leftover);

Completed in 81 milliseconds