Home
last modified time | relevance | path

Searched refs:mac_device_info (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Ddwmac100_core.c22 static void dwmac100_core_init(struct mac_device_info *hw, in dwmac100_core_init()
37 static void dwmac100_dump_mac_regs(struct mac_device_info *hw, u32 *reg_space) in dwmac100_dump_mac_regs()
51 static int dwmac100_rx_ipc_enable(struct mac_device_info *hw) in dwmac100_rx_ipc_enable()
56 static int dwmac100_irq_status(struct mac_device_info *hw, in dwmac100_irq_status()
62 static void dwmac100_set_umac_addr(struct mac_device_info *hw, in dwmac100_set_umac_addr()
70 static void dwmac100_get_umac_addr(struct mac_device_info *hw, in dwmac100_get_umac_addr()
78 static void dwmac100_set_filter(struct mac_device_info *hw, in dwmac100_set_filter()
127 static void dwmac100_flow_ctrl(struct mac_device_info *hw, unsigned int duplex, in dwmac100_flow_ctrl()
140 static void dwmac100_pmt(struct mac_device_info *hw, unsigned long mode) in dwmac100_pmt()
173 struct mac_device_info *mac = priv->hw; in dwmac100_setup()
Dhwif.h291 struct mac_device_info;
302 void (*core_init)(struct mac_device_info *hw, struct net_device *dev);
308 int (*rx_ipc)(struct mac_device_info *hw);
310 void (*rx_queue_enable)(struct mac_device_info *hw, u8 mode, u32 queue);
312 void (*rx_queue_prio)(struct mac_device_info *hw, u32 prio, u32 queue);
314 void (*tx_queue_prio)(struct mac_device_info *hw, u32 prio, u32 queue);
316 void (*rx_queue_routing)(struct mac_device_info *hw, u8 packet,
319 void (*prog_mtl_rx_algorithms)(struct mac_device_info *hw, u32 rx_alg);
321 void (*prog_mtl_tx_algorithms)(struct mac_device_info *hw, u32 tx_alg);
324 struct mac_device_info *hw,
[all …]
Ddwmac4_core.c22 static void dwmac4_core_init(struct mac_device_info *hw, in dwmac4_core_init()
76 static void dwmac4_rx_queue_enable(struct mac_device_info *hw, in dwmac4_rx_queue_enable()
91 static void dwmac4_rx_queue_priority(struct mac_device_info *hw, in dwmac4_rx_queue_priority()
110 static void dwmac4_tx_queue_priority(struct mac_device_info *hw, in dwmac4_tx_queue_priority()
130 static void dwmac4_rx_queue_routing(struct mac_device_info *hw, in dwmac4_rx_queue_routing()
163 static void dwmac4_prog_mtl_rx_algorithms(struct mac_device_info *hw, in dwmac4_prog_mtl_rx_algorithms()
184 static void dwmac4_prog_mtl_tx_algorithms(struct mac_device_info *hw, in dwmac4_prog_mtl_tx_algorithms()
212 struct mac_device_info *hw, in dwmac4_set_mtl_tx_queue_weight()
225 static void dwmac4_map_mtl_dma(struct mac_device_info *hw, u32 queue, u32 chan) in dwmac4_map_mtl_dma()
244 struct mac_device_info *hw, in dwmac4_config_cbs()
[all …]
Ddwmac1000_core.c23 static void dwmac1000_core_init(struct mac_device_info *hw, in dwmac1000_core_init()
71 static int dwmac1000_rx_ipc_enable(struct mac_device_info *hw) in dwmac1000_rx_ipc_enable()
88 static void dwmac1000_dump_regs(struct mac_device_info *hw, u32 *reg_space) in dwmac1000_dump_regs()
97 static void dwmac1000_set_umac_addr(struct mac_device_info *hw, in dwmac1000_set_umac_addr()
106 static void dwmac1000_get_umac_addr(struct mac_device_info *hw, in dwmac1000_get_umac_addr()
140 static void dwmac1000_set_filter(struct mac_device_info *hw, in dwmac1000_set_filter()
219 static void dwmac1000_flow_ctrl(struct mac_device_info *hw, unsigned int duplex, in dwmac1000_flow_ctrl()
247 static void dwmac1000_pmt(struct mac_device_info *hw, unsigned long mode) in dwmac1000_pmt()
297 static int dwmac1000_irq_status(struct mac_device_info *hw, in dwmac1000_irq_status()
344 static void dwmac1000_set_eee_mode(struct mac_device_info *hw, in dwmac1000_set_eee_mode()
[all …]
Ddwxgmac2_core.c15 static void dwxgmac2_core_init(struct mac_device_info *hw, in dwxgmac2_core_init()
75 static int dwxgmac2_rx_ipc(struct mac_device_info *hw) in dwxgmac2_rx_ipc()
90 static void dwxgmac2_rx_queue_enable(struct mac_device_info *hw, u8 mode, in dwxgmac2_rx_queue_enable()
104 static void dwxgmac2_rx_queue_prio(struct mac_device_info *hw, u32 prio, in dwxgmac2_rx_queue_prio()
121 static void dwxgmac2_tx_queue_prio(struct mac_device_info *hw, u32 prio, in dwxgmac2_tx_queue_prio()
138 static void dwxgmac2_rx_queue_routing(struct mac_device_info *hw, in dwxgmac2_rx_queue_routing()
168 static void dwxgmac2_prog_mtl_rx_algorithms(struct mac_device_info *hw, in dwxgmac2_prog_mtl_rx_algorithms()
190 static void dwxgmac2_prog_mtl_tx_algorithms(struct mac_device_info *hw, in dwxgmac2_prog_mtl_tx_algorithms()
229 struct mac_device_info *hw, in dwxgmac2_set_mtl_tx_queue_weight()
237 static void dwxgmac2_map_mtl_to_dma(struct mac_device_info *hw, u32 queue, in dwxgmac2_map_mtl_to_dma()
[all …]
Ddwmac-sun8i.c346 static void sun8i_dwmac_dump_mac_regs(struct mac_device_info *hw, in sun8i_dwmac_dump_mac_regs()
614 static void sun8i_dwmac_core_init(struct mac_device_info *hw, in sun8i_dwmac_core_init()
645 static void sun8i_dwmac_set_umac_addr(struct mac_device_info *hw, in sun8i_dwmac_set_umac_addr()
666 static void sun8i_dwmac_get_umac_addr(struct mac_device_info *hw, in sun8i_dwmac_get_umac_addr()
677 static int sun8i_dwmac_rx_ipc_enable(struct mac_device_info *hw) in sun8i_dwmac_rx_ipc_enable()
689 static void sun8i_dwmac_set_filter(struct mac_device_info *hw, in sun8i_dwmac_set_filter()
730 static void sun8i_dwmac_flow_ctrl(struct mac_device_info *hw, in sun8i_dwmac_flow_ctrl()
1084 static struct mac_device_info *sun8i_dwmac_setup(void *ppriv) in sun8i_dwmac_setup()
1086 struct mac_device_info *mac; in sun8i_dwmac_setup()
Dhwif.c40 struct mac_device_info *mac = priv->hw; in stmmac_dwmac_mode_quirk()
55 struct mac_device_info *mac = priv->hw; in stmmac_dwmac1_quirks()
276 struct mac_device_info *mac; in stmmac_hwif_init()
Dcommon.h547 struct mac_device_info;
583 struct mac_device_info { struct
Dstmmac.h231 struct mac_device_info *hw;
/linux-6.6.21/include/linux/
Dstmmac.h282 struct mac_device_info *(*setup)(void *priv);
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst450 struct mac_device_info *(*setup)(void *priv);