Home
last modified time | relevance | path

Searched refs:md_subtype (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/packet/
H A Dpbufpool.c338 nexus_meta_type_t md_type, nexus_meta_subtype_t md_subtype, uint32_t md_cnt, in pp_regions_params_adjust() argument
384 kmd_srp->srp_md_subtype = md_subtype; in pp_regions_params_adjust()
1038 nexus_meta_subtype_t md_subtype; in pp_create() local
1113 md_subtype = kmd_srp->srp_md_subtype; in pp_create()
1127 ASSERT(md_subtype > NEXUS_META_SUBTYPE_INVALID && in pp_create()
1128 md_subtype <= NEXUS_META_SUBTYPE_MAX); in pp_create()
1150 pp->pp_md_subtype = md_subtype; in pp_create()
/xnu-12377.81.4/libsyscall/wrappers/skywalk/
H A Dos_channel.c273 nexus_meta_subtype_t md_subtype; in os_channel_init_ring() local
280 md_subtype = csm->csm_md_subtype; in os_channel_init_ring()
290 } else if (md_subtype != NEXUS_META_SUBTYPE_RAW) { in os_channel_init_ring()
291 SK_ABORT_WITH_CAUSE("Metadata subtype unknown", md_subtype); in os_channel_init_ring()
302 *(nexus_meta_subtype_t *)(uintptr_t)&chrd->chrd_md_subtype = md_subtype; in os_channel_init_ring()