Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dnetlink.c387 [ETHTOOL_MSG_MODULE_GET] = &ethnl_module_request_ops,
388 [ETHTOOL_MSG_MODULE_SET] = &ethnl_module_request_ops,
723 [ETHTOOL_MSG_MODULE_NTF] = &ethnl_module_request_ops,
H A Dnetlink.h431 extern const struct ethnl_request_ops ethnl_module_request_ops;
H A Dmodule.c162 const struct ethnl_request_ops ethnl_module_request_ops = { variable