Home
last modified time | relevance | path

Searched refs:jme_adapter (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/
H A Djme.c152 jme_mac_rxclk_off(struct jme_adapter *jme) in jme_mac_rxclk_off()
159 jme_mac_rxclk_on(struct jme_adapter *jme) in jme_mac_rxclk_on()
173 jme_mac_txclk_on(struct jme_adapter *jme) in jme_mac_txclk_on()
355 jme_start_irq(struct jme_adapter *jme) in jme_start_irq()
377 jme_stop_irq(struct jme_adapter *jme) in jme_stop_irq()
1263 struct jme_adapter *jme = container_of(work, struct jme_adapter, linkch_task); in jme_link_change_work()
1644 jme_free_irq(struct jme_adapter *jme) in jme_free_irq()
1687 jme_phy_on(struct jme_adapter *jme) in jme_phy_on()
1700 jme_phy_off(struct jme_adapter *jme) in jme_phy_off()
2864 jme_phy_init(struct jme_adapter *jme) in jme_phy_init()
[all …]
H A Djme.h399 struct jme_adapter { struct
459 static inline struct jme_adapter* argument
462 struct jme_adapter *jme; in jme_napi_priv()
463 jme = container_of(napi, struct jme_adapter, napi); in jme_napi_priv()
1172 static inline void reg_dbg(const struct jme_adapter *jme, in reg_dbg()
1193 static inline void reg_dbg(const struct jme_adapter *jme, in reg_dbg()
1200 static inline u32 jread32(struct jme_adapter *jme, u32 reg) in jread32()
1205 static inline void jwrite32(struct jme_adapter *jme, u32 reg, u32 val) in jwrite32()
1212 static inline void jwrite32f(struct jme_adapter *jme, u32 reg, u32 val) in jwrite32f()