Searched refs:rx_q (Results 1 – 1 of 1) sorted by relevance
69 fixed_queue_t *rx_q; member122 hci_hal_env.rx_q = fixed_queue_new(QUEUE_SIZE_MAX); in hci_hal_env_init()123 assert(hci_hal_env.rx_q != NULL); in hci_hal_env_init()138 fixed_queue_t *rx_q = hci_hal_env.rx_q; in hci_hal_env_deinit() local142 hci_hal_env.rx_q = NULL; in hci_hal_env_deinit()146 fixed_queue_free(rx_q, osi_free_func); in hci_hal_env_deinit()226 fixed_queue_t *rx_q = hci_hal_env.rx_q; in hci_upstream_data_handler() local231 pkts_to_process = fixed_queue_length(rx_q); in hci_upstream_data_handler()233 BT_HDR *packet = fixed_queue_dequeue(rx_q, 0); 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 …]