Searched defs:ethtool_ops (Results 1 – 4 of 4) sorted by relevance
1206 struct ethtool_ops { struct1207 u32 supported_input_xfrm:8;1208 u32 cap_link_lanes_supported:1;1209 u32 rxfh_per_ctx_fields:1;1210 u32 rxfh_per_ctx_key:1;1211 u32 cap_rss_rxnfc_adds:1;1212 u32 rxfh_indir_space;1213 u16 rxfh_key_space;1214 u16 rxfh_priv_size;1215 u32 rxfh_max_num_contexts;[all …]
2300 const struct ethtool_ops *ethtool_ops; member
49 const struct ethtool_ops *ethtool_ops; member
1953 static const struct ethtool_ops ethtool_ops = { variable