Searched refs:INT_REG_VAL (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/ |
| H A D | tehuti.c | 2027 priv->rdintcm = INT_REG_VAL(0x20, 1, 4, 12); in bdx_probe() 2028 priv->tdintcm = INT_REG_VAL(0x20, 1, 0, 12); in bdx_probe() 2220 rdintcm = INT_REG_VAL(rx_coal, GET_INT_COAL_RC(priv->rdintcm), in bdx_set_coalesce() 2222 tdintcm = INT_REG_VAL(tx_coal, GET_INT_COAL_RC(priv->tdintcm), 0, in bdx_set_coalesce()
|
| H A D | tehuti.h | 139 #define INT_REG_VAL(coal, coal_rc, rxf_th, pck_th) \ macro
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/ |
| H A D | tehuti.c | 2013 priv->rdintcm = INT_REG_VAL(0x20, 1, 4, 12); in bdx_probe() 2014 priv->tdintcm = INT_REG_VAL(0x20, 1, 0, 12); in bdx_probe() 2210 rdintcm = INT_REG_VAL(rx_coal, GET_INT_COAL_RC(priv->rdintcm), in bdx_set_coalesce() 2212 tdintcm = INT_REG_VAL(tx_coal, GET_INT_COAL_RC(priv->tdintcm), 0, in bdx_set_coalesce()
|
| H A D | tehuti.h | 139 #define INT_REG_VAL(coal, coal_rc, rxf_th, pck_th) \ macro
|
Completed in 8 milliseconds