Searched refs:num_to_flush (Results 1 – 2 of 2) sorted by relevance
2174 uint16_t L2CA_FlushChannel(uint16_t lcid, uint16_t num_to_flush) { in L2CA_FlushChannel() argument2188 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) { in L2CA_FlushChannel()2192 lcid, num_to_flush, fixed_queue_length(p_ccb->xmit_hold_q), in L2CA_FlushChannel()2201 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) { in L2CA_FlushChannel()2219 (num_to_flush > 0) && node != list_end(p_lcb->link_xmit_data_q);) { in L2CA_FlushChannel()2223 num_to_flush--; in L2CA_FlushChannel()2233 while ((num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel()2236 num_to_flush--; in L2CA_FlushChannel()
742 extern uint16_t L2CA_FlushChannel(uint16_t lcid, uint16_t num_to_flush);