Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethtool/
H A Dnetlink.h372 extern const struct nla_policy ethnl_coalesce_set_policy[ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL + …
H A Dnetlink.c850 .policy = ethnl_coalesce_set_policy,
851 .maxattr = ARRAY_SIZE(ethnl_coalesce_set_policy) - 1,
H A Dcoalesce.c193 const struct nla_policy ethnl_coalesce_set_policy[] = { variable