Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dhwif.h253 struct stmmac_ops { struct
255 void (*core_init)(struct mac_device_info *hw, struct net_device *dev);
257 void (*set_mac)(void __iomem *ioaddr, bool enable);
259 int (*rx_ipc)(struct mac_device_info *hw);
261 void (*rx_queue_enable)(struct mac_device_info *hw, u8 mode, u32 queue);
263 void (*rx_queue_prio)(struct mac_device_info *hw, u32 prio, u32 queue);
265 void (*tx_queue_prio)(struct mac_device_info *hw, u32 prio, u32 queue);
267 void (*rx_queue_routing)(struct mac_device_info *hw, u8 packet,
270 void (*prog_mtl_rx_algorithms)(struct mac_device_info *hw, u32 rx_alg);
272 void (*prog_mtl_tx_algorithms)(struct mac_device_info *hw, u32 tx_alg);
[all …]