Lines Matching refs:rx
670 *p_rx_queue_count = p_port->rx.queue_size; in PORT_GetRxQueueCnt()
673 *p_rx_queue_count, p_port->rx.queue_size); in PORT_GetRxQueueCnt()
841 p_port->rx.user_fc = !enable; in PORT_FlowControl()
845 if (!p_port->rx.user_fc) in PORT_FlowControl()
855 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl()
863 if (enable && (p_port->rx.queue_size != 0)) in PORT_FlowControl()
920 p_port->rx.user_fc = !enable; in PORT_FlowControl_MaxCredit()
924 if (!p_port->rx.user_fc) in PORT_FlowControl_MaxCredit()
934 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_MaxCredit()
942 if (enable && (p_port->rx.queue_size != 0)) in PORT_FlowControl_MaxCredit()
1106 p_status->in_queue_size = (UINT16) p_port->rx.queue_size; in PORT_GetQueueStatus()
1162 count = fixed_queue_length(p_port->rx.queue); in PORT_Purge()
1164 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_port->rx.queue)) != NULL) in PORT_Purge()
1167 p_port->rx.queue_size = 0; in PORT_Purge()
1242 if (fixed_queue_is_empty(p_port->rx.queue)) in PORT_ReadData()
1249 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()
1263 p_port->rx.queue_size -= max_len; in PORT_ReadData()
1278 p_port->rx.queue_size -= p_buf->len; in PORT_ReadData()
1285 osi_free(fixed_queue_try_dequeue(p_port->rx.queue)); in PORT_ReadData()
1295 …RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d %x", p_port->rx.queue_size, *p_len, (p_dat… in PORT_ReadData()
1299 RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d", p_port->rx.queue_size, *p_len); in PORT_ReadData()
1346 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_port->rx.queue); in PORT_Read()
1349 p_port->rx.queue_size -= p_buf->len; in PORT_Read()