Searched refs:vring_need_event (Results 1 – 2 of 2) sorted by relevance
157 static inline int32_t vring_need_event(uint16_t event_idx, uint16_t new_idx, uint16_t old) in vring_need_event() function
724 return ((vring_need_event(event_idx, new_idx, prev_idx) != 0) ? 1 : 0); in vq_ring_must_notify_host()