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

  /system/bt/stack/rfcomm/
port_utils.cc 187 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu);
188 if (p_port->rx_buf_critical > PORT_RX_BUF_CRITICAL_WM)
189 p_port->rx_buf_critical = PORT_RX_BUF_CRITICAL_WM;
191 "port_select_mtu credit_rx_max %d, credit_rx_low %d, rx_buf_critical %d",
192 p_port->credit_rx_max, p_port->credit_rx_low, p_port->rx_buf_critical);
port_int.h 202 uint16_t rx_buf_critical; /* port receive queue critical watermark level */ member in struct:__anon2511
port_rfc.cc 798 (fixed_queue_length(p_port->rx.queue) + 1 > p_port->rx_buf_critical)) {
    [all...]

Completed in 701 milliseconds