Searched refs:stop_i (Results 1 – 3 of 3) sorted by relevance
205 uint32_t stop_i = nm_prev(kring->nr_hwcur, lim); in re_netmap_rxsync() local210 while (nm_i != stop_i) { in re_netmap_rxsync()
729 u_int stop_i = nm_prev(kring->nr_hwcur, lim); in generic_netmap_rxsync() local732 for (n = 0; nm_i != stop_i; n++) { in generic_netmap_rxsync()
1295 uint32_t stop_i; in netmap_rxsync_from_host() local1298 stop_i = nm_prev(nm_i, lim); in netmap_rxsync_from_host()1299 while ( nm_i != stop_i && (m = mbq_dequeue(q)) != NULL ) { in netmap_rxsync_from_host()