Home
last modified time | relevance | path

Searched refs:E1000_MIN_TXD (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000/
A De1000.h66 #define E1000_MIN_TXD 48 macro
A De1000_param.c267 .min = E1000_MIN_TXD, in e1000_check_options()
A De1000_ethtool.c598 txdr->count = max(ring->tx_pending, (u32)E1000_MIN_TXD); in e1000_set_ringparam()
/linux/drivers/net/ethernet/intel/e1000e/
A De1000.h49 #define E1000_MIN_TXD 64 macro
A Dethtool.c684 new_tx_count = clamp_t(u32, ring->tx_pending, E1000_MIN_TXD, in e1000_set_ringparam()

Completed in 15 milliseconds