Searched defs:ethtool_ops (Results 1 – 2 of 2) sorted by relevance
981 struct ethtool_ops { struct982 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 …]
2181 const struct ethtool_ops *ethtool_ops; member