Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1162 #define NM_MAXPIPES 64 /* max number of pipes per adapter */ macro
1563 #define NM_MAXPIPES 64 /* XXX this should probably be a sysctl */ macro
1568 #define NM_MAXPIPES 0 macro
H A Dnetmap_pipe.c99 if (npipes < na->na_next_pipe || npipes > NM_MAXPIPES) in nm_pipe_alloc()
H A Dnetmap_vale.c1179 nm_bound_var(&npipes, 2, 1, NM_MAXPIPES, NULL); in netmap_vale_vp_create()