Lines Matching refs:rx
630 p_port->rx.user_fc = !enable; in PORT_FlowControl_MaxCredit()
633 if (!p_port->rx.user_fc) { in PORT_FlowControl_MaxCredit()
640 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_MaxCredit()
647 if (enable && (p_port->rx.queue_size != 0)) { in PORT_FlowControl_MaxCredit()
701 if (fixed_queue_is_empty(p_port->rx.queue)) return (PORT_SUCCESS); in PORT_ReadData()
706 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()
718 p_port->rx.queue_size -= max_len; in PORT_ReadData()
731 p_port->rx.queue_size -= p_buf->len; in PORT_ReadData()
737 osi_free(fixed_queue_try_dequeue(p_port->rx.queue)); in PORT_ReadData()
747 p_port->rx.queue_size, *p_len, (p_data[0])); in PORT_ReadData()
750 p_port->rx.queue_size, *p_len); in PORT_ReadData()