Searched defs:ravb_hw_info (Results 1 – 1 of 1) sorted by relevance
1014 struct ravb_hw_info { struct1015 void (*rx_ring_free)(struct net_device *ndev, int q);1016 void (*rx_ring_format)(struct net_device *ndev, int q);1017 void *(*alloc_rx_desc)(struct net_device *ndev, int q);1018 bool (*receive)(struct net_device *ndev, int *quota, int q);1019 void (*set_rate)(struct net_device *ndev);1020 int (*set_feature)(struct net_device *ndev, netdev_features_t features);1021 int (*dmac_init)(struct net_device *ndev);1022 void (*emac_init)(struct net_device *ndev);1023 const char (*gstrings_stats)[ETH_GSTRING_LEN];[all …]