Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c343 if (ring->tx_pending < IDPF_MIN_TXQ_DESC) { in idpf_set_ringparam()
346 IDPF_MIN_TXQ_DESC); in idpf_set_ringparam()
H A Didpf_txrx.h22 #define IDPF_MIN_TXQ_DESC 64 macro