Searched refs:credit_rx (Results 1 – 6 of 6) sorted by relevance
118 p_port->credit_rx = 0; in port_set_defaults()461 if (count > p_port->credit_rx) { in port_flow_control_peer()462 p_port->credit_rx = 0; in port_flow_control_peer()464 p_port->credit_rx -= count; in port_flow_control_peer()470 if ((p_port->credit_rx <= p_port->credit_rx_low) && !p_port->rx.user_fc && in port_flow_control_peer()471 (p_port->credit_rx_max > p_port->credit_rx)) { in port_flow_control_peer()473 (uint8_t)(p_port->credit_rx_max - p_port->credit_rx)); in port_flow_control_peer()475 p_port->credit_rx = p_port->credit_rx_max; in port_flow_control_peer()
197 uint16_t credit_rx; /* Flow control credits for rx path, this is */ member
154 p_port->credit_rx = k; in RFCOMM_ParameterNegotiationRequest()
443 (p_port->credit_rx_max > p_port->credit_rx)) { in rfc_port_sm_opened()445 (uint8_t)(p_port->credit_rx_max - p_port->credit_rx); in rfc_port_sm_opened()446 p_port->credit_rx = p_port->credit_rx_max; in rfc_port_sm_opened()
341 p_port->credit_rx = our_k; in PORT_ParNegInd()
865 port_flow_control_peer(p_port, true, p_port->credit_rx); in PORT_FlowControl_MaxCredit()