Searched defs:netdata_local (Results 1 – 1 of 1) sorted by relevance
418 struct netdata_local { struct419 struct platform_device *pdev;420 struct net_device *ndev;421 spinlock_t lock;422 void __iomem *net_base;423 u32 msg_enable;447 static void __lpc_set_mac(struct netdata_local *pldat, u8 *mac) in __lpc_set_mac() argument