Searched refs:IONIC_RX_MAX_DOORBELL_DEADLINE (Results 1 – 2 of 2) sorted by relevance
32 #define IONIC_RX_MAX_DOORBELL_DEADLINE (HZ * 5) /* 5s */ macro
77 if (dif > IONIC_RX_MAX_DOORBELL_DEADLINE) in ionic_rxq_poke_doorbell()78 dif = IONIC_RX_MAX_DOORBELL_DEADLINE; in ionic_rxq_poke_doorbell()