Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dfou-user.c45 [FOU_ATTR_PORT] = { .name = "port", .type = YNL_PT_U16, },
54 [FOU_ATTR_PEER_PORT] = { .name = "peer_port", .type = YNL_PT_U16, },
H A Ddevlink-user.c118 [DEVLINK_ATTR_SB_POOL_INDEX] = { .name = "sb-pool-index", .type = YNL_PT_U16, },
120 [DEVLINK_ATTR_SB_TC_INDEX] = { .name = "sb-tc-index", .type = YNL_PT_U16, },
H A Dethtool-user.c188 [ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT] = { .name = "port", .type = YNL_PT_U16, },
635 [ETHTOOL_A_PLCA_VERSION] = { .name = "version", .type = YNL_PT_U16, },
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.h133 YNL_PT_U16, enumerator
H A Dynl.c337 case YNL_PT_U16: in ynl_attr_validate()