Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_var.h186 nexus_advisory_type_t nxv_adv_type; member
H A Dnexus.c2149 nx->nx_adv.nxv_adv_type = type; in nx_advisory_alloc()
2169 nx->nx_adv.nxv_adv_type = NEXUS_ADVISORY_TYPE_INVALID; in nx_advisory_free()
2177 ASSERT(nx->nx_adv.nxv_adv_type == NEXUS_ADVISORY_TYPE_INVALID); in nx_advisory_free()
/xnu-10063.141.1/bsd/skywalk/mem/
H A Dskmem_arena.c536 if (nxv->nxv_adv_type == NEXUS_ADVISORY_TYPE_FLOWSWITCH) { in skmem_arena_create_for_nexus()
539 } else if (nxv->nxv_adv_type == NEXUS_ADVISORY_TYPE_NETIF) { in skmem_arena_create_for_nexus()
544 __func__, nxv->nxv_adv_type); in skmem_arena_create_for_nexus()