Home
last modified time | relevance | path

Searched refs:GET_INT_COAL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/
H A Dtehuti.h134 #define GET_INT_COAL(x) GET_BITS_SHIFT(x, 15, 0) macro
H A Dtehuti.c2174 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2178 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/
H A Dtehuti.h134 #define GET_INT_COAL(x) GET_BITS_SHIFT(x, 15, 0) macro
H A Dtehuti.c2162 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2166 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce()

Completed in 9 milliseconds