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.cc186 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu); in port_select_mtu()
187 if (p_port->rx_buf_critical > PORT_RX_BUF_CRITICAL_WM) in port_select_mtu()
188 p_port->rx_buf_critical = PORT_RX_BUF_CRITICAL_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()
Dport_int.h202 uint16_t rx_buf_critical; /* port receive queue critical watermark level */ member
Dport_rfc.cc794 (fixed_queue_length(p_port->rx.queue) + 1 > p_port->rx_buf_critical)) { in PORT_DataInd()