Lines Matching refs:flow
304 /* Negotiate the flow control mechanism. If flow control mechanism for */
307 /* use that. Otherwise both must want credit based, so use that. If flow is
310 if (p_mcb->flow == PORT_FC_UNDEFINED) {
313 p_mcb->flow = PORT_FC_TS710;
315 p_mcb->flow = PORT_FC_CREDIT;
319 /* Regardless of our flow control mechanism, if the PN cl is zero, we must */
330 } else if (p_mcb->flow == PORT_FC_CREDIT) {
340 /* must not be using credit based flow control; use TS 7.10 */
367 /* Flow control mechanism not set yet. Negotiate flow control mechanism. */
368 if (p_mcb->flow == PORT_FC_UNDEFINED) {
381 p_mcb->flow = PORT_FC_CREDIT;
386 p_mcb->flow = PORT_FC_TS710;
389 /* If mux flow control mechanism set, we honor that setting regardless of */
396 if (p_mcb->flow == PORT_FC_CREDIT) {
532 /* Check if the flow control is acceptable on local side */
770 /* If client registered callout callback with flow control we can just deliver
820 /* perform flow control procedures if necessary */
823 /* If user indicated flow control can not deliver any notifications to him */
843 * Description This function is called from the RFCOMM layer on the flow
873 /* Check if flow of data is still enabled */
903 /* while the rfcomm peer is not flow controlling us, and peer is ready */
935 /* If we flow controlled user based on the queue size enable data again */