Searched refs:classic_buffer_full (Results 1 – 1 of 1) sorted by relevance
93 … bool classic_buffer_full = acl_packet_credits_ == 0 && connection_type == ConnectionType::CLASSIC; in start_round_robin() local95 if (classic_buffer_full || le_buffer_full) { in start_round_robin()114 bool classic_buffer_full = in start_round_robin() local118 …if (!acl_queue_handler->second.dequeue_is_registered_ && !classic_buffer_full && !le_buffer_full) { in start_round_robin()206 …bool classic_buffer_full = next_connection_type == ConnectionType::CLASSIC && acl_packet_credits_ … in handle_enqueue_next_fragment() local208 if ((classic_buffer_full || le_buffer_full) && enqueue_registered_.exchange(false)) { in handle_enqueue_next_fragment()