Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Dport_utils.c188 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu); in port_select_mtu()
189 if( p_port->rx_buf_critical > PORT_RX_BUF_CRITICAL_WM ) in port_select_mtu()
190 p_port->rx_buf_critical = PORT_RX_BUF_CRITICAL_WM; in port_select_mtu()
192 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.c860 || (p_port->rx.queue.count + 1 > p_port->rx_buf_critical)) in PORT_DataInd()