Home
last modified time | relevance | path

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

/linux-6.12.1/net/ethtool/
Dplca.c37 WARN_ON_ONCE(attrid >= ARRAY_SIZE(ethnl_plca_set_cfg_policy))) in plca_update_sint()
40 switch (ethnl_plca_set_cfg_policy[attrid].type) { in plca_update_sint()
134 const struct nla_policy ethnl_plca_set_cfg_policy[] = { variable
Dnetlink.h482 extern const struct nla_policy ethnl_plca_set_cfg_policy[ETHTOOL_A_PLCA_MAX + 1];
Dnetlink.c1202 .policy = ethnl_plca_set_cfg_policy,
1203 .maxattr = ARRAY_SIZE(ethnl_plca_set_cfg_policy) - 1,