Home
last modified time | relevance | path

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

/drivers/net/ethernet/stmicro/stmmac/
Dhwif.h290 struct stmmac_ops { struct
292 void (*core_init)(struct mac_device_info *hw, struct net_device *dev);
294 void (*set_mac)(void __iomem *ioaddr, bool enable);
296 int (*rx_ipc)(struct mac_device_info *hw);
298 void (*rx_queue_enable)(struct mac_device_info *hw, u8 mode, u32 queue);
300 void (*rx_queue_prio)(struct mac_device_info *hw, u32 prio, u32 queue);
302 void (*tx_queue_prio)(struct mac_device_info *hw, u32 prio, u32 queue);
304 void (*rx_queue_routing)(struct mac_device_info *hw, u8 packet,
307 void (*prog_mtl_rx_algorithms)(struct mac_device_info *hw, u32 rx_alg);
309 void (*prog_mtl_tx_algorithms)(struct mac_device_info *hw, u32 tx_alg);
[all …]