Searched refs:tx_q (Results 1 – 7 of 7) sorted by relevance
99 static BUFFER_Q tx_q; variable130 HC_BT_HDR *p_next_msg = tx_q.p_first; in event_tx()155 utils_remove_from_queue_unlocked(&tx_q, p_msg); in event_tx()232 utils_enqueue(&tx_q, buf); in bthc_tx()353 utils_queue_init(&tx_q); in init()
467 if (p_lcb->cong == FALSE && GKI_getfirst(&p_lcb->tx_q)) in avct_lcb_cong_ind()469 while ( !p_lcb->cong && (p_buf = (BT_HDR *)GKI_dequeue(&p_lcb->tx_q)) != NULL) in avct_lcb_cong_ind()599 GKI_enqueue (&p_lcb->tx_q, p_buf); in avct_lcb_send_msg()621 AVCT_TRACE_DEBUG ("avct_lcb_send_msg tx_q_count:%d", p_lcb->tx_q.count); in avct_lcb_send_msg()
84 BUFFER_Q tx_q; /* Transmit data buffer queue */ member
149 …UG3 ("nfc_ncif_send_data :%d, num_buff:%d qc:%d", p_cb->conn_id, p_cb->num_buff, p_cb->tx_q.count); in nfc_ncif_send_data()176 GKI_enqueue (&p_cb->tx_q, p_data); in nfc_ncif_send_data()180 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q); in nfc_ncif_send_data()201 p_data = (BT_HDR *)GKI_dequeue (&p_cb->tx_q); in nfc_ncif_send_data()240 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q); in nfc_ncif_send_data()1000 while ((p_data = GKI_dequeue (&p_cb->tx_q)) != NULL) in nfc_ncif_proc_deactivate()
175 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in nfc_free_conn_cb()
1135 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in NFC_FlushData()
110 BUFFER_Q tx_q; /* transmit queue */ member