Searched refs:command_queue (Results 1 – 1 of 1) sorted by relevance
59 fixed_pkt_queue_t *command_queue; member158 hci_host_env.command_queue = fixed_pkt_queue_new(QUEUE_SIZE_MAX); in hci_layer_init_env()159 if (hci_host_env.command_queue) { in hci_layer_init_env()160 fixed_pkt_queue_register_dequeue(hci_host_env.command_queue, event_command_ready); in hci_layer_init_env()206 if (hci_host_env.command_queue) { in hci_layer_deinit_env()207 fixed_pkt_queue_free(hci_host_env.command_queue, (fixed_pkt_queue_free_cb)osi_free_func); in hci_layer_deinit_env()238 } else if (!fixed_pkt_queue_is_empty(hci_host_env.command_queue) && in hci_downstream_data_handler()240 fixed_pkt_queue_process(hci_host_env.command_queue); in hci_downstream_data_handler()269 fixed_pkt_queue_enqueue(hci_host_env.command_queue, linked_pkt, FIXED_PKT_QUEUE_MAX_TIMEOUT); in transmit_command()290 fixed_pkt_queue_enqueue(hci_host_env.command_queue, linked_pkt, FIXED_PKT_QUEUE_MAX_TIMEOUT); in transmit_command_futured()[all …]