Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c118 if (off > priv->tc_off_max) in tc_fill_entry()
301 priv->tc_off_max = 64; in tc_init()
304 priv->tc_off_max = 128; in tc_init()
307 priv->tc_off_max = 256; in tc_init()
337 priv->tc_entries_max, priv->tc_off_max); in tc_init()
Dstmmac.h303 unsigned int tc_off_max; member