Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/oce/
H A Doce_queue.c1054 struct oce_eqe *eqe; in oce_drain_eq() local
1059 eqe = RING_GET_CONSUMER_ITEM_VA(eq->ring, struct oce_eqe); in oce_drain_eq()
1060 if (eqe->evnt == 0) in oce_drain_eq()
1062 eqe->evnt = 0; in oce_drain_eq()
H A Doce_if.c560 struct oce_eqe *eqe; in oce_intr() local
568 eqe = RING_GET_CONSUMER_ITEM_VA(eq->ring, struct oce_eqe); in oce_intr()
569 if (eqe->evnt == 0) in oce_intr()
571 eqe->evnt = 0; in oce_intr()