Searched refs:rdintcm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 412 DBG("RDINTCM=%08x\n", priv->rdintcm); /*NOTE: test script uses this */ in bdx_hw_start() 413 WRITE_REG(priv, regRDINTCM0, priv->rdintcm); in bdx_hw_start() 2027 priv->rdintcm = INT_REG_VAL(0x20, 1, 4, 12); in bdx_probe() 2165 u32 rdintcm; in bdx_get_coalesce() local 2169 rdintcm = priv->rdintcm; in bdx_get_coalesce() 2174 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce() 2176 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_coalesce() 2194 u32 rdintcm; in bdx_set_coalesce() local 2220 rdintcm in bdx_set_coalesce() [all...] |
H A D | tehuti.h | 278 u32 rdintcm; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 412 DBG("RDINTCM=%08x\n", priv->rdintcm); /*NOTE: test script uses this */ in bdx_hw_start() 413 WRITE_REG(priv, regRDINTCM0, priv->rdintcm); in bdx_hw_start() 2013 priv->rdintcm = INT_REG_VAL(0x20, 1, 4, 12); in bdx_probe() 2153 u32 rdintcm; in bdx_get_coalesce() local 2157 rdintcm = priv->rdintcm; in bdx_get_coalesce() 2162 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce() 2164 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_coalesce() 2184 u32 rdintcm; in bdx_set_coalesce() local 2210 rdintcm in bdx_set_coalesce() [all...] |
H A D | tehuti.h | 278 u32 rdintcm; member
|
Completed in 9 milliseconds