OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rx_buf_critical
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c
190
p_port->
rx_buf_critical
= (PORT_RX_CRITICAL_WM / p_port->mtu);
191
if( p_port->
rx_buf_critical
> PORT_RX_BUF_CRITICAL_WM )
192
p_port->
rx_buf_critical
= PORT_RX_BUF_CRITICAL_WM;
193
RFCOMM_TRACE_DEBUG ("port_select_mtu credit_rx_max %d, credit_rx_low %d,
rx_buf_critical
%d",
194
p_port->credit_rx_max, p_port->credit_rx_low, p_port->
rx_buf_critical
);
port_int.h
203
UINT16
rx_buf_critical
; /* port receive queue critical watermark level */
member in struct:t_port_info
port_rfc.c
868
|| (p_port->rx.queue.count + 1 > p_port->
rx_buf_critical
))
[
all
...]
Completed in 85 milliseconds