Searched refs:E1000_MIN_RXD (Results 1 – 5 of 5) sorted by relevance
71 #define E1000_MIN_RXD 48 macro
295 .min = E1000_MIN_RXD, in e1000_check_options()
594 rxdr->count = max(ring->rx_pending, (u32)E1000_MIN_RXD); in e1000_set_ringparam()
53 #define E1000_MIN_RXD 64 macro
680 new_rx_count = clamp_t(u32, ring->rx_pending, E1000_MIN_RXD, in e1000_set_ringparam()
Completed in 15 milliseconds