Home
last modified time | relevance | path

Searched defs:ethtool_ops (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dethtool.h981 struct ethtool_ops { struct
982 u32 cap_link_lanes_supported:1;
983 u32 cap_rss_ctx_supported:1;
984 u32 cap_rss_sym_xor_supported:1;
985 u32 rxfh_per_ctx_key:1;
986 u32 cap_rss_rxnfc_adds:1;
987 u32 rxfh_indir_space;
988 u16 rxfh_key_space;
989 u16 rxfh_priv_size;
990 u32 rxfh_max_num_contexts;
[all …]
Dnetdevice.h2181 const struct ethtool_ops *ethtool_ops; member