Searched refs:NM_MAXPIPES (Results 1 – 3 of 3) sorted by relevance
1162 #define NM_MAXPIPES 64 /* max number of pipes per adapter */ macro1563 #define NM_MAXPIPES 64 /* XXX this should probably be a sysctl */ macro1568 #define NM_MAXPIPES 0 macro
99 if (npipes < na->na_next_pipe || npipes > NM_MAXPIPES) in nm_pipe_alloc()
1179 nm_bound_var(&npipes, 2, 1, NM_MAXPIPES, NULL); in netmap_vale_vp_create()