Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c815 (ec->rx_coalesce_usecs > IAVF_MAX_ITR)) { in __iavf_set_coalesce()
822 (ec->tx_coalesce_usecs > IAVF_MAX_ITR)) { in __iavf_set_coalesce()
H A Diavf_txrx.h24 #define IAVF_MAX_ITR 8160 /* maximum value as per datasheet */ macro
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h23 #define IAVF_MAX_ITR 8160 /* maximum value as per datasheet */ macro
H A Diavf_ethtool.c832 if (ec->rx_coalesce_usecs > IAVF_MAX_ITR) { in __iavf_set_coalesce()
835 } else if (ec->tx_coalesce_usecs > IAVF_MAX_ITR) { in __iavf_set_coalesce()

Completed in 8 milliseconds