Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/pcie/
HDdrv.c24 #define _IS_A(cfg, _struct) __builtin_types_compatible_p(typeof(cfg), \ macro
28 (__builtin_choose_expr(_IS_A(cfg, iwl_cfg_trans_params), \
30 __builtin_choose_expr(_IS_A(cfg, iwl_cfg), 0, _invalid_type)))