Home
last modified time | relevance | path

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

/drivers/net/
Dtehuti.c396 DBG("RDINTCM=%08x\n", priv->rdintcm); /*NOTE: test script uses this */ in bdx_hw_start()
397 WRITE_REG(priv, regRDINTCM0, priv->rdintcm); in bdx_hw_start()
2059 priv->rdintcm = INT_REG_VAL(0x20, 1, 4, 12); in bdx_probe()
2154 u32 rdintcm; in bdx_get_settings() local
2158 rdintcm = priv->rdintcm; in bdx_get_settings()
2174 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_settings()
2227 u32 rdintcm; in bdx_get_coalesce() local
2231 rdintcm = priv->rdintcm; in bdx_get_coalesce()
2236 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2238 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_coalesce()
[all …]
Dtehuti.h288 u32 rdintcm; member