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 D | e1000.h | 66 #define E1000_MIN_TXD 48 macro
|
H A D | e1000_param.c | 267 .min = E1000_MIN_TXD, in e1000_check_options()
|
H A D | e1000_ethtool.c | 598 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 D | e1000.h | 66 #define E1000_MIN_TXD 48 macro
|
H A D | e1000_param.c | 265 .min = E1000_MIN_TXD, in e1000_check_options()
|
H A D | e1000_ethtool.c | 602 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 D | e1000.h | 48 #define E1000_MIN_TXD 64 macro
|
H A D | ethtool.c | 684 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 D | e1000.h | 49 #define E1000_MIN_TXD 64 macro
|
H A D | ethtool.c | 696 new_tx_count = clamp_t(u32, ring->tx_pending, E1000_MIN_TXD, in e1000_set_ringparam()
|
Completed in 16 milliseconds