PCK_TH_MULT      2183 drivers/net/ethernet/tehuti/tehuti.c 	    ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc));
PCK_TH_MULT      2187 drivers/net/ethernet/tehuti/tehuti.c 	    ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ);
PCK_TH_MULT      2217 drivers/net/ethernet/tehuti/tehuti.c 	    (((rx_max_coal * sizeof(struct rxf_desc)) + PCK_TH_MULT - 1)
PCK_TH_MULT      2218 drivers/net/ethernet/tehuti/tehuti.c 	     / PCK_TH_MULT);
PCK_TH_MULT      2220 drivers/net/ethernet/tehuti/tehuti.c 	    (((tx_max_coal * BDX_TXF_DESC_SZ) + PCK_TH_MULT - 1)
PCK_TH_MULT      2221 drivers/net/ethernet/tehuti/tehuti.c 	     / PCK_TH_MULT);