Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 13 of 13) sorted by relevance

/system/bt/stack/rfcomm/
Dport_utils.c130 memset (&p_port->rx, 0, sizeof (p_port->rx)); in port_set_defaults()
134 p_port->rx.queue = fixed_queue_new(SIZE_MAX); in port_set_defaults()
218 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_port->rx.queue)) != NULL) in port_release_port()
220 p_port->rx.queue_size = 0; in port_release_port()
244 fixed_queue_free(p_port->rx.queue, NULL); in port_release_port()
245 p_port->rx.queue = NULL; in port_release_port()
524 && !p_port->rx.user_fc in port_flow_control_peer()
532 p_port->rx.peer_fc = FALSE; in port_flow_control_peer()
541 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
544 else if (fixed_queue_length(p_port->rx.queue) >= p_port->credit_rx_max) in port_flow_control_peer()
[all …]
Dport_api.c670 *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()
[all …]
Dport_rfc.c868 if ((p_port->rx.queue_size + p_buf->len > PORT_RX_CRITICAL_WM) in PORT_DataInd()
869 || (fixed_queue_length(p_port->rx.queue) + 1 > p_port->rx_buf_critical)) in PORT_DataInd()
895 fixed_queue_enqueue(p_port->rx.queue, p_buf); in PORT_DataInd()
896 p_port->rx.queue_size += p_buf->len; in PORT_DataInd()
904 if (p_port->rx.user_fc) in PORT_DataInd()
Dport_int.h174 tPORT_DATA rx; /* Control block for data from peer to app */ member
Drfc_port_fsm.c405 && (!p_port->rx.user_fc) in rfc_port_sm_opened()
434 if(! fixed_queue_is_empty(p_port->rx.queue)) in rfc_port_sm_opened()
/system/tpm/trunks/ftdi/
Dmpsse.c238 mpsse->rx |= MPSSE_BITMODE; in EnableBitmode()
242 mpsse->rx &= ~MPSSE_BITMODE; in EnableBitmode()
268 mpsse->rx = MPSSE_DO_READ | endianess; in SetMode()
298 mpsse->rx &= ~MPSSE_READ_NEG; in SetMode()
312 mpsse->rx &= ~MPSSE_READ_NEG; in SetMode()
330 mpsse->rx |= MPSSE_READ_NEG; in SetMode()
341 mpsse->rx |= MPSSE_READ_NEG; in SetMode()
350 mpsse->rx &= ~MPSSE_READ_NEG; in SetMode()
758 data = build_block_buffer(mpsse, mpsse->rx, sbuf, rxsize, &data_size); in InternalRead()
Dsupport.c145 if (cmd == mpsse->rx) { in build_block_buffer()
173 if (cmd == mpsse->rx) { in build_block_buffer()
191 buf[i++] = mpsse->rx | MPSSE_BITMODE; in build_block_buffer()
Dmpsse.h172 uint8_t rx; member
/system/core/logcat/
Devent.logtags103 52001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2)
/system/bt/stack/l2cap/
Dl2c_api.c1415 BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx) in L2CA_SetChnlDataRate() argument
1419 L2CAP_TRACE_API ("L2CA_SetChnlDataRate() CID: 0x%04x, tx:%d, rx:%d", cid, tx, rx); in L2CA_SetChnlDataRate()
1429 p_ccb->rx_data_rate = rx; in L2CA_SetChnlDataRate()
/system/bt/stack/include/
Dl2c_api.h787 extern BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx
/system/connectivity/shill/
Ddevice_unittest.cc2593 bool ReturnByteCounts(int interface_index, uint64_t* rx, uint64_t* tx) { in ReturnByteCounts() argument
2594 *rx = rx_byte_count_; in ReturnByteCounts()
/system/bt/btif/src/
Dbtif_media_task.c342 long long rx; member