Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.h35 #define IONIC_RX_MAX_DOORBELL_DEADLINE (HZ * 4) /* 4s */ macro
H A Dionic_txrx.c92 if (dif > IONIC_RX_MAX_DOORBELL_DEADLINE) in ionic_rxq_poke_doorbell()
93 dif = IONIC_RX_MAX_DOORBELL_DEADLINE; in ionic_rxq_poke_doorbell()