Searched refs:buffers_to_fill (Results 1 – 1 of 1) sorted by relevance
1248 u32 idx = 0, i, buffers_to_fill; in xsk_populate_fill_ring() local1252 buffers_to_fill = umem->num_frames; in xsk_populate_fill_ring()1254 buffers_to_fill = XSK_RING_PROD__DEFAULT_NUM_DESCS; in xsk_populate_fill_ring()1256 ret = xsk_ring_prod__reserve(&umem->fq, buffers_to_fill, &idx); in xsk_populate_fill_ring()1257 if (ret != buffers_to_fill) in xsk_populate_fill_ring()1259 for (i = 0; i < buffers_to_fill; i++) { in xsk_populate_fill_ring()1274 xsk_ring_prod__submit(&umem->fq, buffers_to_fill); in xsk_populate_fill_ring()