Searched defs:netdata_local (Results 1 – 1 of 1) sorted by relevance
391 struct netdata_local { struct392 struct platform_device *pdev;393 struct net_device *ndev;394 spinlock_t lock;395 void __iomem *net_base;396 u32 msg_enable;420 static void __lpc_set_mac(struct netdata_local *pldat, u8 *mac) in __lpc_set_mac() argument