Searched refs:rx_q (Results 1 – 3 of 3) sorted by relevance
158 while ((p_buf = GKI_dequeue(&p_cb->rx_q)) != NULL) GKI_freebuf(p_buf); in nfc_free_conn_cb()
1076 while ((p_data = GKI_dequeue(&p_cb->rx_q)) != NULL) { in nfc_ncif_proc_deactivate()1501 while ((p_evt = (NFC_HDR*)GKI_getfirst(&p_cb->rx_q)) != NULL) { in nfc_data_event()1515 p_evt = (NFC_HDR*)GKI_dequeue(&p_cb->rx_q); in nfc_data_event()1600 p_last = (NFC_HDR*)GKI_getlast(&p_cb->rx_q); in nfc_ncif_proc_data()1619 GKI_remove_from_queue(&p_cb->rx_q, p_last); in nfc_ncif_proc_data()1621 GKI_enqueue(&p_cb->rx_q, p_max); in nfc_ncif_proc_data()1658 GKI_enqueue(&p_cb->rx_q, p_msg); in nfc_ncif_proc_data()1668 GKI_enqueue(&p_cb->rx_q, p_msg); in nfc_ncif_proc_data()
126 BUFFER_Q rx_q; /* receive queue */ member