Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.h32 #define IONIC_RX_MAX_DOORBELL_DEADLINE (HZ * 5) /* 5s */ macro
H A Dionic_txrx.c77 if (dif > IONIC_RX_MAX_DOORBELL_DEADLINE) in ionic_rxq_poke_doorbell()
78 dif = IONIC_RX_MAX_DOORBELL_DEADLINE; in ionic_rxq_poke_doorbell()