Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/tehuti/
Dtehuti.c2170 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_coalesce()
2174 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_coalesce()
2206 (((rx_max_coal * sizeof(struct rxf_desc)) + PCK_TH_MULT - 1) in bdx_set_coalesce()
2207 / PCK_TH_MULT); in bdx_set_coalesce()
2209 (((tx_max_coal * BDX_TXF_DESC_SZ) + PCK_TH_MULT - 1) in bdx_set_coalesce()
2210 / PCK_TH_MULT); in bdx_set_coalesce()
Dtehuti.h124 #define PCK_TH_MULT 128 macro