Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c705 if (npipes <= na->na_max_pipes) { in nx_upipe_na_alloc()
714 na->na_max_pipes, npipes, na->na_pipes, Z_WAITOK, skmem_tag_pipes); in nx_upipe_na_alloc()
720 na->na_max_pipes = npipes; in nx_upipe_na_alloc()
736 na->na_max_pipes, na->na_pipes); in nx_upipe_na_dealloc()
738 na->na_max_pipes = 0; in nx_upipe_na_dealloc()
763 if (parent->na_next_pipe >= parent->na_max_pipes) { in nx_upipe_na_add()
764 uint32_t npipes = parent->na_max_pipes ? in nx_upipe_na_add()
765 2 * parent->na_max_pipes : 2; in nx_upipe_na_add()
1674 SK_DF(SK_VERB_USER_PIPE, " max_pipes: %u", mna->pna_up.na_max_pipes); in nx_upipe_na_find()
1698 SK_DF(SK_VERB_USER_PIPE, " max_pipes: %u", sna->pna_up.na_max_pipes); in nx_upipe_na_find()
/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dnexus_adapter.h253 uint32_t na_max_pipes; /* size of the array */ member
H A Dnexus_adapter.c3145 SK_D(" max_pipes: %u", na->na_max_pipes); in na_pseudo_create()
/xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c462 SK_DF(SK_VERB_FSW, " max_pipes: %u", na->na_max_pipes); in fsw_vp_na_create()
/xnu-8796.101.5/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c800 SK_DF(SK_VERB_KERNEL_PIPE, " max_pipes: %u", na->na_max_pipes); in nx_kpipe_na_find()
/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1763 SK_DF(SK_VERB_NETIF, " max_pipes: %u", devna->na_max_pipes); in nx_netif_compat_attach()
1782 SK_DF(SK_VERB_NETIF, " max_pipes: %u", hostna->na_max_pipes); in nx_netif_compat_attach()
H A Dnx_netif.c2461 SK_DF(SK_VERB_NETIF, " max_pipes: %u", devna->na_max_pipes); in nx_netif_attach()
2480 SK_DF(SK_VERB_NETIF, " max_pipes: %u", hostna->na_max_pipes); in nx_netif_attach()
/xnu-8796.101.5/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1657 SK_DF(SK_VERB_MONITOR, " max_pipes: %u", mna->mna_up.na_max_pipes); in nx_monitor_na_find()