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