Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Digb_regs.h125 #define IGB_MAX_TXD 4096 macro
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h38 #define IGB_MAX_TXD 4096 macro
H A Digb_ethtool.c877 ring->tx_max_pending = IGB_MAX_TXD; in igb_get_ringparam()
899 new_tx_count = min_t(u32, ring->tx_pending, IGB_MAX_TXD); in igb_set_ringparam()