Searched refs:IGBVF_MIN_TXD (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/ | ||
D | igbvf.h | 42 #define IGBVF_MIN_TXD 64 macro |
D | ethtool.c | 209 new_tx_count = max_t(u32, ring->tx_pending, IGBVF_MIN_TXD); in igbvf_set_ringparam() |