Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_regs.h26 #define IONIC_INTR_CTRL_COAL_MAX 0x3F macro
H A Dionic_ethtool.c472 if (rx_coal > IONIC_INTR_CTRL_COAL_MAX || in ionic_set_coalesce()
473 tx_coal > IONIC_INTR_CTRL_COAL_MAX) in ionic_set_coalesce()