Searched refs:credit_rx_max (Results 1 – 5 of 5) sorted by relevance
180 p_port->credit_rx_max = (PORT_RX_HIGH_WM / p_port->mtu); in port_select_mtu()181 if (p_port->credit_rx_max > PORT_RX_BUF_HIGH_WM) in port_select_mtu()182 p_port->credit_rx_max = PORT_RX_BUF_HIGH_WM; in port_select_mtu()191 p_port->credit_rx_max, p_port->credit_rx_low, p_port->rx_buf_critical); in port_select_mtu()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()487 else if (fixed_queue_length(p_port->rx.queue) >= p_port->credit_rx_max) { in port_flow_control_peer()
152 k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in RFCOMM_ParameterNegotiationRequest()
200 credit_rx_max; /* Max number of credits we will allow this guy to sent */ member
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()
339 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in PORT_ParNegInd()