aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-05-05 16:42:56 +0800
committerDavid S. Miller <davem@davemloft.net>2020-05-05 12:07:43 -0700
commitd66e67bd4cc76626253bd51ee034bbbaede4e9ba (patch)
tree37b80e6f6b0cd1050330852fc8c317e03d545f0f /drivers
parentnet: mv643xx_eth: Remove unused inline function sum16_as_be (diff)
downloadwireguard-linux-d66e67bd4cc76626253bd51ee034bbbaede4e9ba.tar.xz
wireguard-linux-d66e67bd4cc76626253bd51ee034bbbaede4e9ba.zip
net: stmmac: Remove unused inline function stmmac_rx_threshold_count
There's no caller in-tree since commit 2af6106ae949 ("net: stmmac: Introducing support for Page Pool") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/stmicro/stmmac/stmmac_main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
index ff22f274aa43..90bddca1ddd8 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
@@ -3543,15 +3543,6 @@ static void stmmac_rx_vlan(struct net_device *dev, struct sk_buff *skb)
}
}
-
-static inline int stmmac_rx_threshold_count(struct stmmac_rx_queue *rx_q)
-{
- if (rx_q->rx_zeroc_thresh < STMMAC_RX_THRESH)
- return 0;
-
- return 1;
-}
-
/**
* stmmac_rx_refill - refill used skb preallocated buffers
* @priv: driver private structure