Home
last modified time | relevance | path

Searched refs:E1000_MIN_TXD (Results 1 - 10 of 10) sorted by relevance

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

Completed in 16 milliseconds