Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dnetlink.c403 [ETHTOOL_MSG_FEC_GET] = &ethnl_fec_request_ops,
404 [ETHTOOL_MSG_FEC_SET] = &ethnl_fec_request_ops,
959 [ETHTOOL_MSG_FEC_NTF] = &ethnl_fec_request_ops,
H A Dnetlink.h433 extern const struct ethnl_request_ops ethnl_fec_request_ops;
H A Dfec.c350 const struct ethnl_request_ops ethnl_fec_request_ops = { variable