Searched defs:netdata_local (Results 1 – 1 of 1) sorted by relevance
392 struct netdata_local { struct393 struct platform_device *pdev;394 struct net_device *ndev;395 struct device_node *phy_node;396 spinlock_t lock;397 void __iomem *net_base;398 u32 msg_enable;422 static void __lpc_set_mac(struct netdata_local *pldat, const u8 *mac) in __lpc_set_mac() argument