Searched refs:stop_i (Results 1 – 2 of 2) sorted by relevance
202 uint32_t stop_i = nm_prev(kring->nr_hwcur, lim); in re_netmap_rxsync() local207 while (nm_i != stop_i) { in re_netmap_rxsync()
1397 uint32_t stop_i; in netmap_rxsync_from_host() local1400 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()