mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
net: ethernet: mtk_eth_soc: remove mtk_foe_entry_timestamp
Get rid of mtk_foe_entry_timestamp routine since it is no longer used. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
016eb59012
commit
c9daab3223
1 changed files with 0 additions and 11 deletions
|
@ -302,17 +302,6 @@ mtk_ppe_check_skb(struct mtk_ppe *ppe, struct sk_buff *skb, u16 hash)
|
|||
__mtk_ppe_check_skb(ppe, skb, hash);
|
||||
}
|
||||
|
||||
static inline int
|
||||
mtk_foe_entry_timestamp(struct mtk_ppe *ppe, u16 hash)
|
||||
{
|
||||
u32 ib1 = READ_ONCE(ppe->foe_table[hash].ib1);
|
||||
|
||||
if (FIELD_GET(MTK_FOE_IB1_STATE, ib1) != MTK_FOE_STATE_BIND)
|
||||
return -1;
|
||||
|
||||
return FIELD_GET(MTK_FOE_IB1_BIND_TIMESTAMP, ib1);
|
||||
}
|
||||
|
||||
int mtk_foe_entry_prepare(struct mtk_foe_entry *entry, int type, int l4proto,
|
||||
u8 pse_port, u8 *src_mac, u8 *dest_mac);
|
||||
int mtk_foe_entry_set_pse_port(struct mtk_foe_entry *entry, u8 port);
|
||||
|
|
Loading…
Add table
Reference in a new issue