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