Home
last modified time | relevance | path

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

/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/virtio/
A Dvirtqueue.c579 uint16_t new_idx, prev_idx, event_idx; in vq_ring_must_notify_host() local
583 prev_idx = new_idx - vq->vq_queued_cnt; in vq_ring_must_notify_host()
586 return (vring_need_event(event_idx, new_idx, prev_idx) != 0); in vq_ring_must_notify_host()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/virtio/
A Dvirtqueue.c579 uint16_t new_idx, prev_idx, event_idx; in vq_ring_must_notify_host() local
583 prev_idx = new_idx - vq->vq_queued_cnt; in vq_ring_must_notify_host()
586 return (vring_need_event(event_idx, new_idx, prev_idx) != 0); in vq_ring_must_notify_host()

Completed in 9 milliseconds