Searched refs:NM_MAXPIPES (Results 1 – 3 of 3) sorted by relevance
848 #define NM_MAXPIPES 64 /* max number of pipes per adapter */ macro1150 #define NM_MAXPIPES 64 /* XXX how many? */ macro1154 #define NM_MAXPIPES 0 macro
90 if (npipes < na->na_next_pipe || npipes > NM_MAXPIPES) in nm_pipe_alloc()
1800 nm_bound_var(&npipes, 2, 1, NM_MAXPIPES, NULL); in netmap_vp_create()