Lines Matching refs:rx
648 p_port->rx.user_fc = !enable; in PORT_FlowControl_MaxCredit()
651 if (!p_port->rx.user_fc) { in PORT_FlowControl_MaxCredit()
658 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_MaxCredit()
665 if (enable && (p_port->rx.queue_size != 0)) { in PORT_FlowControl_MaxCredit()
719 if (fixed_queue_is_empty(p_port->rx.queue)) return (PORT_SUCCESS); in PORT_ReadData()
724 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()
736 p_port->rx.queue_size -= max_len; in PORT_ReadData()
749 p_port->rx.queue_size -= p_buf->len; in PORT_ReadData()
755 osi_free(fixed_queue_try_dequeue(p_port->rx.queue)); in PORT_ReadData()
765 p_port->rx.queue_size, *p_len, (p_data[0])); in PORT_ReadData()
768 p_port->rx.queue_size, *p_len); in PORT_ReadData()