Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethtool/
H A Dnetlink.h357 extern const struct nla_policy ethnl_linkmodes_set_policy[ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG + 1];
H A Dnetlink.c728 .policy = ethnl_linkmodes_set_policy,
729 .maxattr = ARRAY_SIZE(ethnl_linkmodes_set_policy) - 1,
H A Dlinkmodes.c269 const struct nla_policy ethnl_linkmodes_set_policy[] = { variable