Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dnexus_var.h186 nexus_advisory_type_t nxv_adv_type; member
H A Dnexus.c2131 nx->nx_adv.nxv_adv_type = type; in nx_advisory_alloc()
2151 nx->nx_adv.nxv_adv_type = NEXUS_ADVISORY_TYPE_INVALID; in nx_advisory_free()
2159 ASSERT(nx->nx_adv.nxv_adv_type == NEXUS_ADVISORY_TYPE_INVALID); in nx_advisory_free()
/xnu-8796.101.5/bsd/skywalk/mem/
H A Dskmem_arena.c540 if (nxv->nxv_adv_type == NEXUS_ADVISORY_TYPE_FLOWSWITCH) { in skmem_arena_create_for_nexus()
543 } else if (nxv->nxv_adv_type == NEXUS_ADVISORY_TYPE_NETIF) { in skmem_arena_create_for_nexus()
548 __func__, nxv->nxv_adv_type); in skmem_arena_create_for_nexus()