Searched refs:WX_MAX_TXD (Results 1 – 4 of 4) sorted by relevance
57 new_tx_count = clamp_t(u32, ring->tx_pending, WX_MIN_TXD, WX_MAX_TXD); in ngbe_set_ringparam()
49 new_tx_count = clamp_t(u32, ring->tx_pending, WX_MIN_TXD, WX_MAX_TXD); in txgbe_set_ringparam()
545 #define WX_MAX_TXD 8192 macro
1924 if (ring->count < WX_MAX_TXD) in wx_configure_tx_ring()