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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h1113 #define NM_MAXPIPES 64 /* max number of pipes per adapter */ macro
1497 #define NM_MAXPIPES 64 /* XXX this should probably be a sysctl */ macro
1502 #define NM_MAXPIPES 0 macro
H A Dnetmap_pipe.c98 if (npipes < na->na_next_pipe || npipes > NM_MAXPIPES)
H A Dnetmap_vale.c1296 nm_bound_var(&npipes, 2, 1, NM_MAXPIPES, NULL);

Completed in 84 milliseconds