Searched refs:WX_MIN_TXD (Results 1 – 3 of 3) sorted by relevance
57 new_tx_count = clamp_t(u32, ring->tx_pending, WX_MIN_TXD, WX_MAX_TXD); in ngbe_set_ringparam()
25 new_tx_count = clamp_t(u32, ring->tx_pending, WX_MIN_TXD, WX_MAX_TXD); in txgbe_set_ringparam()
427 #define WX_MIN_TXD 128 macro