Searched refs:credit_rx (Results 1 – 5 of 5) sorted by relevance
122 p_port->credit_rx = 0; in port_set_defaults()506 if (count > p_port->credit_rx) in port_flow_control_peer()508 p_port->credit_rx = 0; in port_flow_control_peer()512 p_port->credit_rx -= count; in port_flow_control_peer()518 if ((p_port->credit_rx <= p_port->credit_rx_low) in port_flow_control_peer()520 && (p_port->credit_rx_max > p_port->credit_rx)) in port_flow_control_peer()523 (UINT8) (p_port->credit_rx_max - p_port->credit_rx)); in port_flow_control_peer()525 p_port->credit_rx = p_port->credit_rx_max; in port_flow_control_peer()
405 && (p_port->credit_rx_max > p_port->credit_rx)) in rfc_port_sm_opened()407 … ((BT_HDR *)p_data)->layer_specific = (UINT8) (p_port->credit_rx_max - p_port->credit_rx); in rfc_port_sm_opened()408 p_port->credit_rx = p_port->credit_rx_max; in rfc_port_sm_opened()
199 UINT16 credit_rx; /* Flow control credits for rx path, this is */ member
152 p_port->credit_rx = k; in RFCOMM_ParNegReq()
361 p_port->credit_rx = our_k; in PORT_ParNegInd()