Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dnetlink.h432 extern const struct ethnl_request_ops ethnl_coalesce_request_ops;
H A Dnetlink.c407 [ETHTOOL_MSG_COALESCE_GET] = &ethnl_coalesce_request_ops,
408 [ETHTOOL_MSG_COALESCE_SET] = &ethnl_coalesce_request_ops,
984 [ETHTOOL_MSG_COALESCE_NTF] = &ethnl_coalesce_request_ops, in ethnl_default_notify()
H A Dcoalesce.c654 const struct ethnl_request_ops ethnl_coalesce_request_ops = { variable