Home
last modified time | relevance | path

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

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