Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dhwif.h311 struct stmmac_ops { struct
313 int (*pcs_init)(struct stmmac_priv *priv);
315 void (*core_init)(struct mac_device_info *hw, struct net_device *dev);
317 void (*update_caps)(struct stmmac_priv *priv);
319 void (*irq_modify)(struct mac_device_info *hw, u32 disable, u32 enable);
321 void (*set_mac)(void __iomem *ioaddr, bool enable);
323 int (*rx_ipc)(struct mac_device_info *hw);
325 void (*rx_queue_enable)(struct mac_device_info *hw, u8 mode, u32 queue);
327 void (*rx_queue_prio)(struct mac_device_info *hw, u32 prio, u32 queue);
329 void (*tx_queue_prio)(struct mac_device_info *hw, u32 prio, u32 queue);
[all …]