Home
last modified time | relevance | path

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

/Linux-v6.6/net/ethtool/
Dnetlink.c287 [ETHTOOL_MSG_COALESCE_GET] = &ethnl_coalesce_request_ops,
288 [ETHTOOL_MSG_COALESCE_SET] = &ethnl_coalesce_request_ops,
634 [ETHTOOL_MSG_COALESCE_NTF] = &ethnl_coalesce_request_ops,
Dnetlink.h384 extern const struct ethnl_request_ops ethnl_coalesce_request_ops;
Dcoalesce.c365 const struct ethnl_request_ops ethnl_coalesce_request_ops = { variable