Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/packet/
H A Dpbufpool_var.h234 #define PP_REGION_CONFIG_BUF_SEGPHYSCONTIG 0x00000400 macro
H A Dpbufpool_kern.c191 pp_region_flags |= PP_REGION_CONFIG_BUF_SEGPHYSCONTIG; in kern_pbufpool_create()
H A Dpbufpool.c442 if ((flags & PP_REGION_CONFIG_BUF_SEGPHYSCONTIG) != 0) { in pp_regions_params_adjust()