Home
last modified time | relevance | path

Searched refs:IGB_MAX_TXD (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/igb/
Digb.h49 #define IGB_MAX_TXD 4096 macro
Digb_ethtool.c765 ring->tx_max_pending = IGB_MAX_TXD; in igb_get_ringparam()
789 new_tx_count = min_t(u32, ring->tx_pending, IGB_MAX_TXD); in igb_set_ringparam()