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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c193 uint32_t head_lim = kring->nr_hwcur + PTN_TX_BATCH_LIM(num_slots); local
195 if (head_lim >= num_slots)
196 head_lim -= num_slots;
197 nm_prdis(1, "batch: %d head: %d head_lim: %d", batch, shadow_ring.head,
198 head_lim);
199 shadow_ring.head = head_lim;

Completed in 46 milliseconds