Home
last modified time | relevance | path

Searched refs:rx_buf_critical (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/rfcomm/
Dport_utils.c190 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu); in port_select_mtu()
191 if( p_port->rx_buf_critical > PORT_RX_BUF_CRITICAL_WM ) in port_select_mtu()
192 p_port->rx_buf_critical = PORT_RX_BUF_CRITICAL_WM; in port_select_mtu()
194 p_port->credit_rx_max, p_port->credit_rx_low, p_port->rx_buf_critical); in port_select_mtu()
Dport_int.h203 UINT16 rx_buf_critical; /* port receive queue critical watermark level */ member
Dport_rfc.c868 || (GKI_queue_length(&p_port->rx.queue) + 1 > p_port->rx_buf_critical)) in PORT_DataInd()