Searched refs:na_max_pipes (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.140.69/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 707 if (npipes <= na->na_max_pipes) { in nx_upipe_na_alloc() 716 na->na_max_pipes, npipes, na->na_pipes, Z_WAITOK, skmem_tag_pipes); in nx_upipe_na_alloc() 722 na->na_max_pipes = npipes; in nx_upipe_na_alloc() 738 na->na_max_pipes, na->na_pipes); in nx_upipe_na_dealloc() 740 na->na_max_pipes = 0; in nx_upipe_na_dealloc() 765 if (parent->na_next_pipe >= parent->na_max_pipes) { in nx_upipe_na_add() 766 uint32_t npipes = parent->na_max_pipes ? in nx_upipe_na_add() 767 2 * parent->na_max_pipes : 2; in nx_upipe_na_add() 1676 SK_DF(SK_VERB_USER_PIPE, " max_pipes: %u", mna->pna_up.na_max_pipes); in nx_upipe_na_find() 1700 SK_DF(SK_VERB_USER_PIPE, " max_pipes: %u", sna->pna_up.na_max_pipes); in nx_upipe_na_find()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.h | 269 uint32_t na_max_pipes; /* size of the array */ member 271 struct nexus_upipe_adapter **__counted_by(na_max_pipes) na_pipes;
|
| H A D | nexus_adapter.c | 3294 SK_D(" max_pipes: %u", na->na_max_pipes); in na_pseudo_create()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 453 SK_DF(SK_VERB_FSW, " max_pipes: %u", na->na_max_pipes); in fsw_vp_na_create()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 800 SK_DF(SK_VERB_KERNEL_PIPE, " max_pipes: %u", na->na_max_pipes); in nx_kpipe_na_find()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_compat.c | 1766 SK_DF(SK_VERB_NETIF, " max_pipes: %u", devna->na_max_pipes); in nx_netif_compat_attach() 1785 SK_DF(SK_VERB_NETIF, " max_pipes: %u", hostna->na_max_pipes); in nx_netif_compat_attach()
|
| H A D | nx_netif.c | 2477 SK_DF(SK_VERB_NETIF, " max_pipes: %u", devna->na_max_pipes); in nx_netif_attach() 2496 SK_DF(SK_VERB_NETIF, " max_pipes: %u", hostna->na_max_pipes); in nx_netif_attach()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 1658 SK_DF(SK_VERB_MONITOR, " max_pipes: %u", mna->mna_up.na_max_pipes); in nx_monitor_na_find()
|