Home
last modified time | relevance | path

Searched refs:stop_i (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dif_re_netmap.h202 uint32_t stop_i = nm_prev(kring->nr_hwcur, lim); in re_netmap_rxsync() local
207 while (nm_i != stop_i) { in re_netmap_rxsync()
H A Dnetmap.c1397 uint32_t stop_i; in netmap_rxsync_from_host() local
1400 stop_i = nm_prev(kring->nr_hwcur, lim); in netmap_rxsync_from_host()
1401 while ( nm_i != stop_i && (m = mbq_dequeue(q)) != NULL ) { in netmap_rxsync_from_host()