Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c749 #define ASSERT_COUNT_TYPES_MATCH(FIELD_NAME) \ in na_schema_alloc() argument
751 typeof(ring_counts . FIELD_NAME), \ in na_schema_alloc()
752 typeof(((struct __user_channel_schema*)0)->csm_ ## FIELD_NAME)), \ in na_schema_alloc()
753 "type for " # FIELD_NAME "doesn't match") in na_schema_alloc()