Searched refs:BDX_TXF_DESC_SZ (Results 1 – 2 of 2) sorted by relevance
1743 f->m.rptr += BDX_TXF_DESC_SZ; in bdx_tx_cleanup()2163 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_settings()2215 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_coalesce()2248 (((tx_max_coal * BDX_TXF_DESC_SZ) + PCK_TH_MULT - 1) in bdx_set_coalesce()2278 return (FIFO_SIZE * (1 << tx_size)) / BDX_TXF_DESC_SZ; in bdx_tx_fifo_size_to_packets()
111 #define BDX_TXF_DESC_SZ 16 macro