Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/packet/
H A Dpbufpool_var.h97 nexus_meta_subtype_t pp_md_subtype; member
H A Dpacket_var.h227 METADATA_SUBTYPE(_kqum) = (uint16_t)(_pp)->pp_md_subtype; \
H A Dpbufpool.c790 ASSERT(METADATA_SUBTYPE(kpkt) == pp->pp_md_subtype); in pp_metadata_destruct_common()
810 ASSERT(METADATA_SUBTYPE(kqum) == pp->pp_md_subtype); in pp_metadata_destruct_common()
1210 pp->pp_md_subtype = md_subtype; in pp_create()
/xnu-11215.61.5/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c526 NX_DOM(nx)->nxdom_md_type && nx->nx_tx_pp->pp_md_subtype == in nx_kpipe_prov_mem_new()
529 NX_DOM(nx)->nxdom_md_type && nx->nx_rx_pp->pp_md_subtype == in nx_kpipe_prov_mem_new()
/xnu-11215.61.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c692 (pp->pp_md_subtype == NEXUS_META_SUBTYPE_RAW)); in nx_netif_mbuf_to_kpkt()
H A Dnx_netif_vp.c874 srp[SKMEM_REGION_UMD].srp_md_subtype = pp->pp_md_subtype; in netif_vp_region_params_setup()
876 srp[SKMEM_REGION_KMD].srp_md_subtype = pp->pp_md_subtype; in netif_vp_region_params_setup()
H A Dnx_netif_filter_vp.c350 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-11215.61.5/bsd/skywalk/mem/
H A Dskmem_arena.c302 ASSERT(rx_pp->pp_md_subtype == tx_pp->pp_md_subtype); in skmem_arena_pp_setup()
413 arn->arn_md_subtype = rx_pp->pp_md_subtype; in skmem_arena_pp_setup()
/xnu-11215.61.5/bsd/skywalk/nexus/
H A Dnexus.c1841 pp->pp_md_subtype) { in nx_check_pp()
1845 pp->pp_md_subtype, in nx_check_pp()
H A Dnexus_adapter.c515 skmem_arena_nexus(na->na_arena)->arn_rx_pp->pp_md_subtype; in na_bind_channel()