Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/tehuti/
H A Dtehuti.c2190 int tx_max_coal; in bdx_set_coalesce() local
2196 tx_max_coal = ecoal->tx_max_coalesced_frames; in bdx_set_coalesce()
2202 tx_max_coal = in bdx_set_coalesce()
2203 (((tx_max_coal * BDX_TXF_DESC_SZ) + PCK_TH_MULT - 1) in bdx_set_coalesce()
2207 (rx_max_coal > 0xF) || (tx_max_coal > 0xF)) in bdx_set_coalesce()
2213 tx_max_coal); in bdx_set_coalesce()