Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c157 [ETHTOOL_A_CABLE_RESULT_PAIR] = { .name = "pair", .type = YNL_PT_U8, },
158 [ETHTOOL_A_CABLE_RESULT_CODE] = { .name = "code", .type = YNL_PT_U8, },
299 [ETHTOOL_A_LINKINFO_PORT] = { .name = "port", .type = YNL_PT_U8, },
331 [ETHTOOL_A_LINKSTATE_LINK] = { .name = "link", .type = YNL_PT_U8, },
401 [ETHTOOL_A_RINGS_TX_PUSH] = { .name = "tx-push", .type = YNL_PT_U8, },
468 [ETHTOOL_A_PAUSE_RX] = { .name = "rx", .type = YNL_PT_U8, },
469 [ETHTOOL_A_PAUSE_TX] = { .name = "tx", .type = YNL_PT_U8, },
483 [ETHTOOL_A_EEE_ACTIVE] = { .name = "active", .type = YNL_PT_U8, },
484 [ETHTOOL_A_EEE_ENABLED] = { .name = "enabled", .type = YNL_PT_U8, },
561 [ETHTOOL_A_FEC_AUTO] = { .name = "auto", .type = YNL_PT_U8, },
[all …]
H A Dfou-user.c46 [FOU_ATTR_AF] = { .name = "af", .type = YNL_PT_U8, },
47 [FOU_ATTR_IPPROTO] = { .name = "ipproto", .type = YNL_PT_U8, },
48 [FOU_ATTR_TYPE] = { .name = "type", .type = YNL_PT_U8, },
H A Ddevlink-user.c66 [DEVLINK_ATTR_RELOAD_STATS_LIMIT] = { .name = "reload-stats-limit", .type = YNL_PT_U8, },
85 [DEVLINK_ATTR_RELOAD_ACTION] = { .name = "reload-action", .type = YNL_PT_U8, },
119 [DEVLINK_ATTR_SB_POOL_TYPE] = { .name = "sb-pool-type", .type = YNL_PT_U8, },
133 [DEVLINK_ATTR_RELOAD_FAILED] = { .name = "reload-failed", .type = YNL_PT_U8, },
135 [DEVLINK_ATTR_RELOAD_ACTION] = { .name = "reload-action", .type = YNL_PT_U8, },
139 [DEVLINK_ATTR_RELOAD_STATS_LIMIT] = { .name = "reload-stats-limit", .type = YNL_PT_U8, },
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.h132 YNL_PT_U8, enumerator
H A Dynl.c331 case YNL_PT_U8: in ynl_attr_validate()