Home
last modified time | relevance | path

Searched refs:NX_UPIPE_MAXPIPES (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.h61 #define NX_UPIPE_MAXPIPES 64 /* max number of pipes per adapter */ macro
H A Dnx_user_pipe.c185 .nb_max = NX_UPIPE_MAXPIPES,
711 if (npipes < na->na_next_pipe || npipes > NX_UPIPE_MAXPIPES) { in nx_upipe_na_alloc()
/xnu-8792.41.9/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c167 .nb_max = NX_UPIPE_MAXPIPES,
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c183 .nb_max = NX_UPIPE_MAXPIPES,
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.c213 .nb_max = NX_UPIPE_MAXPIPES,