Searched refs:credit_rx_max (Results 1 – 5 of 5) sorted by relevance
182 p_port->credit_rx_max = (PORT_RX_HIGH_WM / p_port->mtu); in port_select_mtu()183 if (p_port->credit_rx_max > PORT_RX_BUF_HIGH_WM) in port_select_mtu()184 p_port->credit_rx_max = PORT_RX_BUF_HIGH_WM; in port_select_mtu()193 p_port->credit_rx_max, p_port->credit_rx_low, p_port->rx_buf_critical); in port_select_mtu()473 (p_port->credit_rx_max > p_port->credit_rx)) { in port_flow_control_peer()475 (uint8_t)(p_port->credit_rx_max - p_port->credit_rx)); in port_flow_control_peer()477 p_port->credit_rx = p_port->credit_rx_max; in port_flow_control_peer()489 else if (fixed_queue_length(p_port->rx.queue) >= p_port->credit_rx_max) { in port_flow_control_peer()
154 k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in RFCOMM_ParameterNegotiationRequest()
185 credit_rx_max; /* Max number of credits we will allow this guy to sent */ member
453 (p_port->credit_rx_max > p_port->credit_rx)) { in rfc_port_sm_opened()455 (uint8_t)(p_port->credit_rx_max - p_port->credit_rx); in rfc_port_sm_opened()456 p_port->credit_rx = p_port->credit_rx_max; in rfc_port_sm_opened()
338 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in PORT_ParNegInd()