HomeSort by relevance Sort by last modified time
    Searched refs:rx_buf_critical (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c 195 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu);
196 if( p_port->rx_buf_critical > PORT_RX_BUF_CRITICAL_WM )
197 p_port->rx_buf_critical = PORT_RX_BUF_CRITICAL_WM;
198 RFCOMM_TRACE_DEBUG3 ("port_select_mtu credit_rx_max %d, credit_rx_low %d, rx_buf_critical %d",
199 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 860 || (p_port->rx.queue.count + 1 > p_port->rx_buf_critical))
    [all...]

Completed in 1426 milliseconds