Home
last modified time | relevance | path

Searched refs:IGBVF_MAX_TXD (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h41 #define IGBVF_MAX_TXD 4096 macro
H A Dethtool.c185 ring->tx_max_pending = IGBVF_MAX_TXD; in igbvf_get_ringparam()
206 new_tx_count = min_t(u32, new_tx_count, IGBVF_MAX_TXD); in igbvf_set_ringparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h41 #define IGBVF_MAX_TXD 4096 macro
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()

Completed in 3 milliseconds