Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.c180 .nb_max = NX_UPIPE_MAXPIPES,
724 if (npipes < na->na_next_pipe || npipes > NX_UPIPE_MAXPIPES) { in nx_upipe_na_alloc()
/xnu-8020.101.4/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c162 .nb_max = NX_UPIPE_MAXPIPES,
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c178 .nb_max = NX_UPIPE_MAXPIPES,
/xnu-8020.101.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.c210 .nb_max = NX_UPIPE_MAXPIPES,