Lines Matching refs:rdintcm
413 DBG("RDINTCM=%08x\n", priv->rdintcm); /*NOTE: test script uses this */ in bdx_hw_start()
414 WRITE_REG(priv, regRDINTCM0, priv->rdintcm); in bdx_hw_start()
2055 priv->rdintcm = INT_REG_VAL(0x20, 1, 4, 12); in bdx_probe()
2145 u32 rdintcm; in bdx_get_settings() local
2149 rdintcm = priv->rdintcm; in bdx_get_settings()
2165 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_settings()
2195 u32 rdintcm; in bdx_get_coalesce() local
2199 rdintcm = priv->rdintcm; in bdx_get_coalesce()
2204 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2206 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_coalesce()
2224 u32 rdintcm; in bdx_set_coalesce() local
2250 rdintcm = INT_REG_VAL(rx_coal, GET_INT_COAL_RC(priv->rdintcm), in bdx_set_coalesce()
2251 GET_RXF_TH(priv->rdintcm), rx_max_coal); in bdx_set_coalesce()
2255 priv->rdintcm = rdintcm; in bdx_set_coalesce()
2258 WRITE_REG(priv, regRDINTCM0, rdintcm); in bdx_set_coalesce()