Searched refs:IGBVF_MIN_TXD (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ | ||
D | igbvf.h | 65 #define IGBVF_MIN_TXD 80 macro |
D | ethtool.c | 231 new_tx_count = max_t(u32, ring->tx_pending, IGBVF_MIN_TXD); in igbvf_set_ringparam() |