Searched refs:tdintcm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 416 DBG("TDINTCM=%08x\n", priv->tdintcm); /*NOTE: test script uses this */ in bdx_hw_start() 417 WRITE_REG(priv, regTDINTCM0, priv->tdintcm); /* old val = 0x300064 */ in bdx_hw_start() 2028 priv->tdintcm = INT_REG_VAL(0x20, 1, 0, 12); in bdx_probe() 2166 u32 tdintcm; in bdx_get_coalesce() local 2170 tdintcm = priv->tdintcm; in bdx_get_coalesce() 2178 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce() 2180 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_coalesce() 2195 u32 tdintcm; in bdx_set_coalesce() local 2222 tdintcm in bdx_set_coalesce() [all...] |
H A D | tehuti.h | 279 u32 tdintcm; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 416 DBG("TDINTCM=%08x\n", priv->tdintcm); /*NOTE: test script uses this */ in bdx_hw_start() 417 WRITE_REG(priv, regTDINTCM0, priv->tdintcm); /* old val = 0x300064 */ in bdx_hw_start() 2014 priv->tdintcm = INT_REG_VAL(0x20, 1, 0, 12); in bdx_probe() 2154 u32 tdintcm; in bdx_get_coalesce() local 2158 tdintcm = priv->tdintcm; in bdx_get_coalesce() 2166 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce() 2168 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_coalesce() 2185 u32 tdintcm; in bdx_set_coalesce() local 2212 tdintcm in bdx_set_coalesce() [all...] |
H A D | tehuti.h | 279 u32 tdintcm; member
|
Completed in 10 milliseconds