Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:flow

328     /* Negotiate the flow control mechanism.  If flow control mechanism for */
330 /* use that. Otherwise both must want credit based, so use that. If flow is */
332 if (p_mcb->flow == PORT_FC_UNDEFINED)
336 p_mcb->flow = PORT_FC_TS710;
340 p_mcb->flow = PORT_FC_CREDIT;
344 /* Regardless of our flow control mechanism, if the PN cl is zero, we must */
354 else if (p_mcb->flow == PORT_FC_CREDIT)
366 /* must not be using credit based flow control; use TS 7.10 */
394 /* Flow control mechanism not set yet. Negotiate flow control mechanism. */
395 if (p_mcb->flow == PORT_FC_UNDEFINED)
408 p_mcb->flow = PORT_FC_CREDIT;
413 p_mcb->flow = PORT_FC_TS710;
416 /* If mux flow control mechanism set, we honor that setting regardless of */
423 if (p_mcb->flow == PORT_FC_CREDIT)
568 /* Check if the flow control is acceptable on local side */
843 /* If client registered callout callback with flow control we can just deliver receive data */
899 /* perform flow control procedures if necessary */
902 /* If user indicated flow control can not deliver any notifications to him */
925 ** Description This function is called from the RFCOMM layer on the flow
962 /* Check if flow of data is still enabled */
997 /* while the rfcomm peer is not flow controlling us, and peer is ready */
1030 /* If we flow controlled user based on the queue size enable data again */