Searched refs:md_type (Results 1 – 3 of 3) sorted by relevance
49 nexus_meta_type_t md_type; in kern_pbufpool_create() local74 md_type = ((init->kbi_flags & KBIF_QUANTUM) ? in kern_pbufpool_create()86 kernel_only = (md_type == NEXUS_META_TYPE_PACKET) && in kern_pbufpool_create()95 if (md_type == NEXUS_META_TYPE_QUANTUM && max_frags > 1) { in kern_pbufpool_create()
338 nexus_meta_type_t md_type, nexus_meta_subtype_t md_subtype, uint32_t md_cnt, in pp_regions_params_adjust() argument383 kmd_srp->srp_md_type = md_type; in pp_regions_params_adjust()1037 nexus_meta_type_t md_type; in pp_create() local1112 md_type = kmd_srp->srp_md_type; in pp_create()1121 ASSERT(md_type > NEXUS_META_TYPE_INVALID && in pp_create()1122 md_type <= NEXUS_META_TYPE_MAX); in pp_create()1124 ASSERT(md_type == NEXUS_META_TYPE_PACKET); in pp_create()1149 pp->pp_md_type = md_type; in pp_create()
272 nexus_meta_type_t md_type; in os_channel_init_ring() local279 md_type = csm->csm_md_type; in os_channel_init_ring()286 } else if (md_type != NEXUS_META_TYPE_PACKET) { in os_channel_init_ring()287 SK_ABORT_WITH_CAUSE("Metadata type unknown", md_type); in os_channel_init_ring()301 *(nexus_meta_type_t *)(uintptr_t)&chrd->chrd_md_type = md_type; in os_channel_init_ring()