Searched refs:poll_queue_notified (Results 1 – 4 of 4) sorted by relevance
256 while !Self::poll_queue_notified(state, queue_index) { in wait_until_queue_notified()265 pub fn poll_queue_notified(state: &Mutex<Self>, queue_index: u16) -> bool { in poll_queue_notified() method
101 if State::poll_queue_notified(&self.state, CONTROL_QUEUE_IDX) { in run()112 } else if State::poll_queue_notified(&self.state, TX_QUEUE_IDX) { in run()