Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/tehuti/
Dtehuti.c413 DBG("TDINTCM=%08x\n", priv->tdintcm); /*NOTE: test script uses this */ in bdx_hw_start()
414 WRITE_REG(priv, regTDINTCM0, priv->tdintcm); /* old val = 0x300064 */ in bdx_hw_start()
2036 priv->tdintcm = INT_REG_VAL(0x20, 1, 0, 12); in bdx_probe()
2173 u32 tdintcm; in bdx_get_coalesce() local
2177 tdintcm = priv->tdintcm; in bdx_get_coalesce()
2185 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2187 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_coalesce()
2202 u32 tdintcm; in bdx_set_coalesce() local
2229 tdintcm = INT_REG_VAL(tx_coal, GET_INT_COAL_RC(priv->tdintcm), 0, in bdx_set_coalesce()
2233 priv->tdintcm = tdintcm; in bdx_set_coalesce()
[all …]
Dtehuti.h279 u32 tdintcm; member