Searched refs:na_next_pipe (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 724 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 D | nexus_adapter.h | 257 uint32_t na_next_pipe; /* next free slot in the array */ member
|
| H A D | nexus_adapter.c | 3345 SK_D(" next_pipe: %u", na->na_next_pipe); in na_pseudo_create()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 446 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 D | nx_kernel_pipe.c | 800 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 D | nx_netif_compat.c | 1780 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 D | nx_netif.c | 2394 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 D | nx_monitor.c | 1662 SK_DF(SK_VERB_MONITOR, " next_pipe: %u", mna->mna_up.na_next_pipe); in nx_monitor_na_find()
|