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