Home
last modified time | relevance | path

Searched refs:na_next_pipe (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c724 if (npipes < na->na_next_pipe || npipes > NX_UPIPE_MAXPIPES) { in nx_upipe_na_alloc()
746 if (na->na_next_pipe > 0) { in nx_upipe_na_dealloc()
749 na->na_next_pipe); in nx_upipe_na_dealloc()
755 na->na_next_pipe = 0; in nx_upipe_na_dealloc()
766 for (i = 0; i < parent->na_next_pipe; i++) { in nx_upipe_find()
779 if (parent->na_next_pipe >= parent->na_max_pipes) { in nx_upipe_na_add()
788 parent->na_pipes[parent->na_next_pipe] = na; in nx_upipe_na_add()
789 na->pna_parent_slot = parent->na_next_pipe; in nx_upipe_na_add()
790 parent->na_next_pipe++; in nx_upipe_na_add()
799 n = --parent->na_next_pipe; in nx_upipe_na_remove()
[all …]
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.h257 uint32_t na_next_pipe; /* next free slot in the array */ member
H A Dnexus_adapter.c3345 SK_D(" next_pipe: %u", na->na_next_pipe); in na_pseudo_create()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c446 SK_DF(SK_VERB_FSW, " next_pipe: %u", na->na_next_pipe); in fsw_vp_na_create()
/xnu-8019.80.24/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c800 SK_DF(SK_VERB_KERNEL_PIPE, " next_pipe: %u", na->na_next_pipe); in nx_kpipe_na_find()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1780 SK_DF(SK_VERB_NETIF, " next_pipe: %u", devna->na_next_pipe); in nx_netif_compat_attach()
1799 SK_DF(SK_VERB_NETIF, " next_pipe: %u", hostna->na_next_pipe); in nx_netif_compat_attach()
H A Dnx_netif.c2394 SK_DF(SK_VERB_NETIF, " next_pipe: %u", devna->na_next_pipe); in nx_netif_attach()
2413 SK_DF(SK_VERB_NETIF, " next_pipe: %u", hostna->na_next_pipe); in nx_netif_attach()
2877 if (NA_OWNED_BY_ANY(na) || na->na_next_pipe > 0) {
/xnu-8019.80.24/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1662 SK_DF(SK_VERB_MONITOR, " next_pipe: %u", mna->mna_up.na_next_pipe); in nx_monitor_na_find()