Lines Matching refs:tx
800 if (p_port->tx.peer_fc || !p_port->rfc.p_mcb || in port_write()
805 if ((p_port->tx.queue_size > PORT_TX_CRITICAL_WM) || in port_write()
806 (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_CRITICAL_WM)) { in port_write()
807 RFCOMM_TRACE_WARNING("PORT_Write: Queue size: %d", p_port->tx.queue_size); in port_write()
820 p_port->tx.peer_fc, in port_write()
824 fixed_queue_enqueue(p_port->tx.queue, p_buf); in port_write()
825 p_port->tx.queue_size += p_buf->len; in port_write()
895 p_buf = (BT_HDR*)fixed_queue_try_peek_last(p_port->tx.queue); in PORT_WriteDataCO()
915 p_port->tx.queue_size += (uint16_t)available; in PORT_WriteDataCO()
933 if ((p_port->tx.queue_size > PORT_TX_HIGH_WM) || in PORT_WriteDataCO()
934 (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM)) { in PORT_WriteDataCO()
939 p_port->tx.queue_size, fixed_queue_length(p_port->tx.queue), in PORT_WriteDataCO()
1042 p_buf = (BT_HDR*)fixed_queue_try_peek_last(p_port->tx.queue); in PORT_WriteData()
1046 p_port->tx.queue_size += max_len; in PORT_WriteData()
1060 if ((p_port->tx.queue_size > PORT_TX_HIGH_WM) || in PORT_WriteData()
1061 (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM)) in PORT_WriteData()