Searched refs:IXGBE_MIN_TXD (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/ixgbe/ | ||
D | ixgbe.h | 57 #define IXGBE_MIN_TXD 64 macro |
D | ixgbe_ethtool.c | 923 new_tx_count = max(ring->tx_pending, (u32)IXGBE_MIN_TXD); in ixgbe_set_ringparam() |