Searched refs:IONIC_RX_MAX_DOORBELL_DEADLINE (Results 1 – 2 of 2) sorted by relevance
35 #define IONIC_RX_MAX_DOORBELL_DEADLINE (HZ * 4) /* 4s */ macro
92 if (dif > IONIC_RX_MAX_DOORBELL_DEADLINE) in ionic_rxq_poke_doorbell()93 dif = IONIC_RX_MAX_DOORBELL_DEADLINE; in ionic_rxq_poke_doorbell()