Home
last modified time | relevance | path

Searched defs:emac_priv (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Ddavinci_emac.c309 struct emac_priv { struct
310 u32 msg_enable;
311 struct net_device *ndev;
312 struct platform_device *pdev;
313 struct napi_struct napi;
314 char mac_addr[6];
315 void __iomem *remap_addr;
316 u32 emac_base_phys;
317 void __iomem *emac_base;
318 void __iomem *ctrl_base;
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
Ddavinci_emac.c308 struct emac_priv { struct
309 u32 msg_enable;
310 struct net_device *ndev;
311 struct platform_device *pdev;
312 struct napi_struct napi;
313 char mac_addr[6];
314 void __iomem *remap_addr;
315 u32 emac_base_phys;
316 void __iomem *emac_base;
317 void __iomem *ctrl_base;
[all …]