Lines Matching refs:flow
384 * Description Check the current user flow control and if necessary return
386 * flow control type.
394 /* Flow control to the user can be caused by flow controlling by the peer */
395 /* (FlowInd, or flow control by the peer RFCOMM (Fcon) or internally if */
455 * Description Send flow control messages to the peer for both enabling
456 * and disabling flow control, for both credit-based and
457 * TS 07.10 flow control mechanisms.
465 /* If using credit based flow control */
466 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
467 /* if want to enable flow from peer */
477 /* did not force flow control, send a credit update */
489 /* else want to disable flow from peer */
501 /* else using TS 07.10 flow control */
503 /* if want to enable flow from peer */
511 /* If user did not force flow control allow traffic now */
516 /* else want to disable flow from peer */
524 /* level and flow control has not been sent to the peer do it now */