Home
last modified time | relevance | path

Searched refs:pp_md_subtype (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.81.2/bsd/skywalk/packet/
H A Dpbufpool_var.h97 nexus_meta_subtype_t pp_md_subtype; member
H A Dpbufpool.c751 ASSERT(METADATA_SUBTYPE(kpkt) == pp->pp_md_subtype); in pp_metadata_destruct_common()
771 ASSERT(METADATA_SUBTYPE(kqum) == pp->pp_md_subtype); in pp_metadata_destruct_common()
1176 pp->pp_md_subtype = md_subtype; in pp_create()
H A Dpacket_var.h261 METADATA_SUBTYPE(_kqum) = (uint16_t)(_pp)->pp_md_subtype; \
/xnu-8792.81.2/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c527 NX_DOM(nx)->nxdom_md_type && nx->nx_tx_pp->pp_md_subtype == in nx_kpipe_prov_mem_new()
530 NX_DOM(nx)->nxdom_md_type && nx->nx_rx_pp->pp_md_subtype == in nx_kpipe_prov_mem_new()
/xnu-8792.81.2/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c579 (pp->pp_md_subtype == NEXUS_META_SUBTYPE_RAW)); in nx_netif_mbuf_to_kpkt()
H A Dnx_netif_vp.c872 srp[SKMEM_REGION_UMD].srp_md_subtype = pp->pp_md_subtype; in netif_vp_region_params_setup()
874 srp[SKMEM_REGION_KMD].srp_md_subtype = pp->pp_md_subtype; in netif_vp_region_params_setup()
H A Dnx_netif_filter_vp.c349 NX_DOM(nx)->nxdom_md_type && nx->nx_tx_pp->pp_md_subtype == in netif_filter_na_mem_new()
H A Dnx_netif.c626 NX_DOM(nx)->nxdom_md_type && nx->nx_tx_pp->pp_md_subtype == in nx_netif_prov_mem_new()
/xnu-8792.81.2/bsd/skywalk/mem/
H A Dskmem_arena.c306 ASSERT(rx_pp->pp_md_subtype == tx_pp->pp_md_subtype); in skmem_arena_pp_setup()
417 arn->arn_md_subtype = rx_pp->pp_md_subtype; in skmem_arena_pp_setup()
/xnu-8792.81.2/bsd/skywalk/nexus/
H A Dnexus.c1791 pp->pp_md_subtype) { in nx_check_pp()
1795 pp->pp_md_subtype, in nx_check_pp()
H A Dnexus_adapter.c514 skmem_arena_nexus(na->na_arena)->arn_rx_pp->pp_md_subtype; in na_bind_channel()