net: stmmac: rx watchdog config prepared for multiple queues
This patch adds rx watchdog configuration for all queues. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
d62a107a4f
commit
3c55d4d08b
@@ -443,7 +443,7 @@ struct stmmac_dma_ops {
|
||||
void (*get_hw_feature)(void __iomem *ioaddr,
|
||||
struct dma_features *dma_cap);
|
||||
/* Program the HW RX Watchdog */
|
||||
void (*rx_watchdog) (void __iomem *ioaddr, u32 riwt);
|
||||
void (*rx_watchdog)(void __iomem *ioaddr, u32 riwt, u32 number_chan);
|
||||
void (*set_tx_ring_len)(void __iomem *ioaddr, u32 len);
|
||||
void (*set_rx_ring_len)(void __iomem *ioaddr, u32 len);
|
||||
void (*set_rx_tail_ptr)(void __iomem *ioaddr, u32 tail_ptr, u32 chan);
|
||||
|
Reference in New Issue
Block a user