Searched refs:E1000_MIN_TXD (Results 1 – 5 of 5) sorted by relevance
66 #define E1000_MIN_TXD 48 macro
267 .min = E1000_MIN_TXD, in e1000_check_options()
598 txdr->count = max(ring->tx_pending, (u32)E1000_MIN_TXD); in e1000_set_ringparam()
49 #define E1000_MIN_TXD 64 macro
684 new_tx_count = clamp_t(u32, ring->tx_pending, E1000_MIN_TXD, in e1000_set_ringparam()
Completed in 15 milliseconds