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

/freebsd-10.1-release/sys/dev/netmap/
H A Dif_re_netmap.h205 uint32_t stop_i = nm_prev(kring->nr_hwcur, lim); local
210 while (nm_i != stop_i) {
H A Dnetmap_generic.c725 * slot before nr_hwcur (stop_i)
728 u_int stop_i = nm_prev(kring->nr_hwcur, lim); local
731 for (n = 0; nm_i != stop_i; n++) {
H A Dnetmap.c1278 uint32_t stop_i; local
1281 stop_i = nm_prev(nm_i, lim);
1282 while ( nm_i != stop_i && (m = mbq_dequeue(q)) != NULL ) {

Completed in 175 milliseconds