Home
last modified time | relevance | path

Searched defs:bgmac (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/broadcom/
A Dbgmac.c783 struct bgmac *bgmac = netdev_priv(net_dev); in bgmac_set_rx_mode() local
1128 struct bgmac *bgmac = netdev_priv(dev_id); in bgmac_interrupt() local
1177 struct bgmac *bgmac = netdev_priv(net_dev); in bgmac_open() local
1207 struct bgmac *bgmac = netdev_priv(net_dev); in bgmac_stop() local
1226 struct bgmac *bgmac = netdev_priv(net_dev); in bgmac_start_xmit() local
1377 struct bgmac *bgmac = netdev_priv(dev); in bgmac_get_ethtool_stats() local
1470 struct bgmac *bgmac; in bgmac_alloc() local
1488 int bgmac_enet_probe(struct bgmac *bgmac) in bgmac_enet_probe()
1569 void bgmac_enet_remove(struct bgmac *bgmac) in bgmac_enet_remove()
1578 int bgmac_enet_suspend(struct bgmac *bgmac) in bgmac_enet_suspend()
[all …]
A Dbgmac-platform.c36 static u32 platform_bgmac_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_read()
46 static u32 platform_bgmac_idm_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_idm_read()
56 static bool platform_bgmac_clk_enabled(struct bgmac *bgmac) in platform_bgmac_clk_enabled()
68 static void platform_bgmac_clk_enable(struct bgmac *bgmac, u32 flags) in platform_bgmac_clk_enable()
103 static u32 platform_bgmac_get_bus_clock(struct bgmac *bgmac) in platform_bgmac_get_bus_clock()
120 struct bgmac *bgmac = netdev_priv(net_dev); in bgmac_nicpm_speed_set() local
151 static int platform_phy_connect(struct bgmac *bgmac) in platform_phy_connect()
174 struct bgmac *bgmac; in bgmac_probe() local
251 struct bgmac *bgmac = platform_get_drvdata(pdev); in bgmac_remove() local
261 struct bgmac *bgmac = dev_get_drvdata(dev); in bgmac_suspend() local
[all …]
A Dbgmac-bcma.c34 static u32 bcma_bgmac_read(struct bgmac *bgmac, u16 offset) in bcma_bgmac_read()
39 static void bcma_bgmac_write(struct bgmac *bgmac, u16 offset, u32 value) in bcma_bgmac_write()
44 static u32 bcma_bgmac_idm_read(struct bgmac *bgmac, u16 offset) in bcma_bgmac_idm_read()
49 static void bcma_bgmac_idm_write(struct bgmac *bgmac, u16 offset, u32 value) in bcma_bgmac_idm_write()
54 static bool bcma_bgmac_clk_enabled(struct bgmac *bgmac) in bcma_bgmac_clk_enabled()
59 static void bcma_bgmac_clk_enable(struct bgmac *bgmac, u32 flags) in bcma_bgmac_clk_enable()
64 static void bcma_bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, in bcma_bgmac_cco_ctl_maskset()
72 static u32 bcma_bgmac_get_bus_clock(struct bgmac *bgmac) in bcma_bgmac_get_bus_clock()
85 static int bcma_phy_connect(struct bgmac *bgmac) in bcma_phy_connect()
129 struct bgmac *bgmac; in bgmac_probe() local
[all …]
A Dbgmac.h440 struct bgmac { struct
463 struct bgmac_dma_ring tx_ring[BGMAC_MAX_TX_RINGS]; argument
464 struct bgmac_dma_ring rx_ring[BGMAC_MAX_RX_RINGS]; argument
486 u32 (*read)(struct bgmac *bgmac, u16 offset); argument
488 u32 (*idm_read)(struct bgmac *bgmac, u16 offset); argument
490 bool (*clk_enabled)(struct bgmac *bgmac); argument
491 void (*clk_enable)(struct bgmac *bgmac, u32 flags); argument
494 u32 (*get_bus_clock)(struct bgmac *bgmac); argument
497 int (*phy_connect)(struct bgmac *bgmac); argument
541 static inline bool bgmac_clk_enabled(struct bgmac *bgmac) in bgmac_clk_enabled()
[all …]
A Dbgmac-bcma-mdio.c36 static u16 bcma_mdio_phy_read(struct bgmac *bgmac, u8 phyaddr, u8 reg) in bcma_mdio_phy_read()
86 static int bcma_mdio_phy_write(struct bgmac *bgmac, u8 phyaddr, u8 reg, in bcma_mdio_phy_write()
131 static void bcma_mdio_phy_init(struct bgmac *bgmac) in bcma_mdio_phy_init()
181 struct bgmac *bgmac = bus->priv; in bcma_mdio_phy_reset() local
211 struct mii_bus *bcma_mdio_mii_register(struct bgmac *bgmac) in bcma_mdio_mii_register()

Completed in 30 milliseconds