Searched refs:offset_bytes (Results 1 – 1 of 1) sorted by relevance
241 let offset_bytes = usize::from(queue_notify_off) * self.notify_off_multiplier as usize; in notify() localVariable242 let index = offset_bytes / size_of::<u16>(); in notify()