Home
last modified time | relevance | path

Searched refs:nxv_adv_type (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_var.h190 nexus_advisory_type_t nxv_adv_type; member
H A Dnexus.c2188 nx->nx_adv.nxv_adv_type = type; in nx_advisory_alloc()
2209 nx->nx_adv.nxv_adv_type = NEXUS_ADVISORY_TYPE_INVALID; in nx_advisory_free()
2217 ASSERT(nx->nx_adv.nxv_adv_type == NEXUS_ADVISORY_TYPE_INVALID); in nx_advisory_free()
/xnu-12377.1.9/bsd/skywalk/mem/
H A Dskmem_arena.c566 if (nxv->nxv_adv_type == NEXUS_ADVISORY_TYPE_FLOWSWITCH) { in skmem_arena_create_for_nexus()
569 } else if (nxv->nxv_adv_type == NEXUS_ADVISORY_TYPE_NETIF) { in skmem_arena_create_for_nexus()
574 __func__, nxv->nxv_adv_type); in skmem_arena_create_for_nexus()