Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/tehuti/
Dtehuti.c2163 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_settings()
2165 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_settings()
2206 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_coalesce()
2210 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_coalesce()
2240 (((rx_max_coal * sizeof(struct rxf_desc)) + PCK_TH_MULT - 1) in bdx_set_coalesce()
2241 / PCK_TH_MULT); in bdx_set_coalesce()
2243 (((tx_max_coal * BDX_TXF_DESC_SZ) + PCK_TH_MULT - 1) in bdx_set_coalesce()
2244 / PCK_TH_MULT); in bdx_set_coalesce()
Dtehuti.h125 #define PCK_TH_MULT 128 macro