Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/tehuti/
Dtehuti.h138 #define GET_PCK_TH(x) GET_BITS_SHIFT(x, 4, 20) macro
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()