Searched refs:tx_q (Results 1 – 4 of 4) sorted by relevance
150 …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()177 GKI_enqueue (&p_cb->tx_q, p_data); in nfc_ncif_send_data()181 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q); in nfc_ncif_send_data()202 p_data = (BT_HDR *)GKI_dequeue (&p_cb->tx_q); in nfc_ncif_send_data()241 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()
1141 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in NFC_FlushData()
119 BUFFER_Q tx_q; /* transmit queue */ member