Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/tehuti/
A Dtehuti.c412 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()
2021 priv->rdintcm = INT_REG_VAL(0x20, 1, 4, 12); in bdx_probe()
2161 u32 rdintcm; in bdx_get_coalesce() local
2165 rdintcm = priv->rdintcm; in bdx_get_coalesce()
2170 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2192 u32 rdintcm; in bdx_set_coalesce() local
2218 rdintcm = INT_REG_VAL(rx_coal, GET_INT_COAL_RC(priv->rdintcm), in bdx_set_coalesce()
2219 GET_RXF_TH(priv->rdintcm), rx_max_coal); in bdx_set_coalesce()
2223 priv->rdintcm = rdintcm; in bdx_set_coalesce()
[all …]
A Dtehuti.h278 u32 rdintcm; member

Completed in 17 milliseconds