Searched refs:empty_completed_rx (Results 1 – 4 of 4) sorted by relevance
255 if (empty_completed_rx()) in update_ethernet_irq()736 if (empty_completed_rx()) in process_command()826 if (!empty_completed_rx()) in read()
297 bool empty_completed_rx() const { return m_completed_rx_h == m_completed_rx_t; }; in empty_completed_rx() function