In the following code "Goto Declaration" and "Goto Implementation" functions do not work with EPON_ONU_TYPE_NTE2 symbol. If I add space character between "=" and "EPON_ONU_TYPE_NTE2" these functions work fine. CScope works in both cases.
#define CONF_ENUM_LIST_ONU_TYPE {\
{.val=0, .name=""},\
{.val=EPON_ONU_TYPE_NTE2, .name="NTE-2"},\