Searched refs:ethnl_header_policy_phy (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/ethtool/ |
| H A D | plca.c | 28 NLA_POLICY_NESTED(ethnl_header_policy_phy), 136 NLA_POLICY_NESTED(ethnl_header_policy_phy), 200 NLA_POLICY_NESTED(ethnl_header_policy_phy),
|
| H A D | pse-pd.c | 31 [ETHTOOL_A_PSE_HEADER] = NLA_POLICY_NESTED(ethnl_header_policy_phy), 214 [ETHTOOL_A_PSE_HEADER] = NLA_POLICY_NESTED(ethnl_header_policy_phy),
|
| H A D | cabletest.c | 17 NLA_POLICY_NESTED(ethnl_header_policy_phy), 236 NLA_POLICY_NESTED(ethnl_header_policy_phy),
|
| H A D | netlink.c | 37 const struct nla_policy ethnl_header_policy_phy[] = { variable 145 struct nlattr *tb[ARRAY_SIZE(ethnl_header_policy_phy)]; in ethnl_parse_header_dev_get() 160 ret = nla_parse_nested(tb, ARRAY_SIZE(ethnl_header_policy_phy) - 1, header, in ethnl_parse_header_dev_get()
|
| H A D | netlink.h | 443 extern const struct nla_policy ethnl_header_policy_phy[ETHTOOL_A_HEADER_PHY_INDEX + 1];
|
| H A D | strset.c | 139 NLA_POLICY_NESTED(ethnl_header_policy_phy),
|