Home
last modified time | relevance | path

Searched refs:STMMAC_RFS_T_VLAN (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_tc.c239 priv->rfs_entries_max[STMMAC_RFS_T_VLAN] = 8; in tc_rfs_init()
671 if (priv->rfs_entries_cnt[STMMAC_RFS_T_VLAN] >= in tc_add_vlan_flow()
672 priv->rfs_entries_max[STMMAC_RFS_T_VLAN]) in tc_add_vlan_flow()
700 entry->type = STMMAC_RFS_T_VLAN; in tc_add_vlan_flow()
701 priv->rfs_entries_cnt[STMMAC_RFS_T_VLAN]++; in tc_add_vlan_flow()
712 if (!entry || !entry->in_use || entry->type != STMMAC_RFS_T_VLAN) in tc_del_vlan_flow()
722 priv->rfs_entries_cnt[STMMAC_RFS_T_VLAN]--; in tc_del_vlan_flow()
A Dstmmac.h177 STMMAC_RFS_T_VLAN, enumerator

Completed in 7 milliseconds