Searched refs:na_next_pipe (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 710 if (npipes < na->na_next_pipe || npipes > NX_UPIPE_MAXPIPES) { in nx_upipe_na_alloc() 731 if (na->na_next_pipe > 0) { in nx_upipe_na_dealloc() 734 na->na_next_pipe); in nx_upipe_na_dealloc() 740 na->na_next_pipe = 0; in nx_upipe_na_dealloc() 751 for (i = 0; i < parent->na_next_pipe; i++) { in nx_upipe_find() 764 if (parent->na_next_pipe >= parent->na_max_pipes) { in nx_upipe_na_add() 773 parent->na_pipes[parent->na_next_pipe] = na; in nx_upipe_na_add() 774 na->pna_parent_slot = parent->na_next_pipe; in nx_upipe_na_add() 775 parent->na_next_pipe++; in nx_upipe_na_add() 784 n = --parent->na_next_pipe; in nx_upipe_na_remove() [all …]
|
| /xnu-12377.1.9/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.h | 265 uint32_t na_next_pipe; /* next free slot in the array */ member
|
| H A D | nexus_adapter.c | 3234 SK_DF(SK_VERB_NA, " next_pipe: %u", na->na_next_pipe); in na_pseudo_create()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 450 SK_DF(SK_VERB_FSW, " next_pipe: %u", na->na_next_pipe); in fsw_vp_na_create()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 795 SK_DF(SK_VERB_KERNEL_PIPE, " next_pipe: %u", na->na_next_pipe); in nx_kpipe_na_find()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_compat.c | 1765 SK_DF(SK_VERB_NETIF, " next_pipe: %u", devna->na_next_pipe); in nx_netif_compat_attach() 1783 SK_DF(SK_VERB_NETIF, " next_pipe: %u", hostna->na_next_pipe); in nx_netif_compat_attach()
|
| H A D | nx_netif.c | 2473 SK_DF(SK_VERB_NETIF, " next_pipe: %u", devna->na_next_pipe); in nx_netif_attach() 2491 SK_DF(SK_VERB_NETIF, " next_pipe: %u", hostna->na_next_pipe); in nx_netif_attach() 3276 if (NA_OWNED_BY_ANY(na) || na->na_next_pipe > 0) {
|