Searched refs:adv_rpt_q (Results 1 – 1 of 1) sorted by relevance
70 struct pkt_queue *adv_rpt_q; member125 hci_hal_env.adv_rpt_q = pkt_queue_create(); in hci_hal_env_init()126 assert(hci_hal_env.adv_rpt_q != NULL); in hci_hal_env_init()139 struct pkt_queue *adv_rpt_q = hci_hal_env.adv_rpt_q; in hci_hal_env_deinit() local143 hci_hal_env.adv_rpt_q = NULL; in hci_hal_env_deinit()148 pkt_queue_destroy(adv_rpt_q, NULL); in hci_hal_env_deinit()227 struct pkt_queue *adv_rpt_q = hci_hal_env.adv_rpt_q; in hci_upstream_data_handler() local241 pkts_to_process = pkt_queue_length(adv_rpt_q); in hci_upstream_data_handler()243 pkt_linked_item_t *linked_pkt = pkt_queue_dequeue(adv_rpt_q); in hci_upstream_data_handler()250 if (!fixed_queue_is_empty(rx_q) || pkt_queue_length(adv_rpt_q) > 0) { in hci_upstream_data_handler()[all …]