Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Dravb.h1048 struct ravb_hw_info { struct
1049 int (*receive)(struct net_device *ndev, int budget, int q);
1050 void (*set_rate)(struct net_device *ndev);
1051 int (*set_feature)(struct net_device *ndev, netdev_features_t features);
1052 int (*dmac_init)(struct net_device *ndev);
1053 void (*emac_init)(struct net_device *ndev);
1054 const char (*gstrings_stats)[ETH_GSTRING_LEN];
1055 size_t gstrings_size;
1056 netdev_features_t net_hw_features;
1057 netdev_features_t net_features;
[all …]