Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c187 ring->tx_max_pending = IGBVF_MAX_TXD; in igbvf_get_ringparam()
210 new_tx_count = min_t(u32, new_tx_count, IGBVF_MAX_TXD); in igbvf_set_ringparam()
H A Digbvf.h41 #define IGBVF_MAX_TXD 4096 macro