Searched refs:num_to_flush (Results 1 – 2 of 2) sorted by relevance
2236 UINT16 L2CA_FlushChannel (UINT16 lcid, UINT16 num_to_flush) in L2CA_FlushChannel() argument2251 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) { in L2CA_FlushChannel()2253 lcid, num_to_flush, in L2CA_FlushChannel()2263 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) { in L2CA_FlushChannel()2280 (num_to_flush > 0) && node != list_end(p_lcb->link_xmit_data_q);) { in L2CA_FlushChannel()2284 num_to_flush--; in L2CA_FlushChannel()2294 while ( (num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel()2299 num_to_flush--; in L2CA_FlushChannel()
718 extern UINT16 L2CA_FlushChannel (UINT16 lcid, UINT16 num_to_flush);