]> asedeno.scripts.mit.edu Git - linux.git/commit
net: stmmac: gmac4+: Remove uneeded computation for RFA/RFD
authorJose Abreu <Jose.Abreu@synopsys.com>
Thu, 14 Nov 2019 11:42:47 +0000 (12:42 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Nov 2019 20:25:41 +0000 (12:25 -0800)
commit854248e5ec810afe2c3dcf017bb76b7224b97c47
tree8065e3f36c78f789c6ab1771386530595b4935c5
parent4e4337ccf780978881f8f41c5c30dad626a4a51e
net: stmmac: gmac4+: Remove uneeded computation for RFA/RFD

RFA and RFD should not be dependent on FIFO size. In fact, the more FIFO
space we have, the later we can activate Flow Control. Let's use
hard-coded values for RFA and RFD for all FIFO sizes with the exception
of 4k, which is a special case.

Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c