Home
last modified time | relevance | path

Searched refs:flow_entries (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c267 priv->flow_entries = devm_kcalloc(priv->device, in tc_init()
269 sizeof(*priv->flow_entries), in tc_init()
271 if (!priv->flow_entries) in tc_init()
275 priv->flow_entries[i].idx = i; in tc_init()
567 struct stmmac_flow_entry *entry = &priv->flow_entries[i]; in tc_find_flow()
Dstmmac.h311 struct stmmac_flow_entry *flow_entries; member
/linux-6.1.9/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_debugfs.c52 struct mvpp2_dbgfs_flow_entry flow_entries[MVPP2_N_PRS_FLOWS]; member
482 entry = &priv->dbgfs_entries->flow_entries[flow]; in mvpp2_dbgfs_flow_entry_init()