Lines Matching defs:ndev
993 struct net_device *ndev;
1045 static inline u32 ravb_read(struct net_device *ndev, enum ravb_reg reg)
1047 struct ravb_private *priv = netdev_priv(ndev);
1052 static inline void ravb_write(struct net_device *ndev, u32 data,
1055 struct ravb_private *priv = netdev_priv(ndev);
1060 void ravb_modify(struct net_device *ndev, enum ravb_reg reg, u32 clear,
1062 int ravb_wait(struct net_device *ndev, enum ravb_reg reg, u32 mask, u32 value);
1064 void ravb_ptp_interrupt(struct net_device *ndev);
1065 void ravb_ptp_init(struct net_device *ndev, struct platform_device *pdev);
1066 void ravb_ptp_stop(struct net_device *ndev);