Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:queue_size

867     if ((p_port->rx.queue_size + p_buf->len > PORT_RX_CRITICAL_WM)
895 p_port->rx.queue_size += p_buf->len;
995 if (p_port->tx.queue_size > 0)
1005 p_port->tx.queue_size -= p_buf->len;
1009 RFCOMM_TRACE_DEBUG ("Sending RFCOMM_DataReq tx.queue_size=%d", p_port->tx.queue_size);
1015 if (p_port->tx.queue_size == 0)