Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/renesas/
Dravb.h1043 struct ravb_hw_info { struct
1044 int (*receive)(struct net_device *ndev, int budget, int q);
1045 void (*set_rate)(struct net_device *ndev);
1046 int (*set_feature)(struct net_device *ndev, netdev_features_t features);
1047 int (*dmac_init)(struct net_device *ndev);
1048 void (*emac_init)(struct net_device *ndev);
1049 const char (*gstrings_stats)[ETH_GSTRING_LEN];
1050 size_t gstrings_size;
1051 netdev_features_t net_hw_features;
1052 netdev_features_t net_features;
[all …]