Searched defs:ravb_hw_info (Results 1 – 1 of 1) sorted by relevance
982 struct ravb_hw_info { struct983 void (*rx_ring_free)(struct net_device *ndev, int q);984 void (*rx_ring_format)(struct net_device *ndev, int q);985 void *(*alloc_rx_desc)(struct net_device *ndev, int q);986 bool (*receive)(struct net_device *ndev, int *quota, int q);987 void (*set_rate)(struct net_device *ndev);988 int (*set_rx_csum_feature)(struct net_device *ndev, netdev_features_t features);989 void (*dmac_init)(struct net_device *ndev);990 void (*emac_init)(struct net_device *ndev);991 const char (*gstrings_stats)[ETH_GSTRING_LEN];[all …]