Home
last modified time | relevance | path

Searched refs:tx_entry (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/porting/transport/driver/common/
Dhci_driver_util.c96 hci_driver_util_tx_entry_t *tx_entry; in hci_driver_util_tx_list_enqueue() local
98 tx_entry = os_memblock_get(s_hci_driver_util_env.tx_entry_pool); in hci_driver_util_tx_list_enqueue()
99 assert(tx_entry != NULL); in hci_driver_util_tx_list_enqueue()
100 tx_entry->data_type = type; in hci_driver_util_tx_list_enqueue()
101 tx_entry->data = data; in hci_driver_util_tx_list_enqueue()
102 tx_entry->length = len; in hci_driver_util_tx_list_enqueue()
108 STAILQ_INSERT_HEAD(&s_hci_driver_util_env.tx_head, tx_entry, next); in hci_driver_util_tx_list_enqueue()
112 STAILQ_INSERT_TAIL(&s_hci_driver_util_env.tx_head, tx_entry, next); in hci_driver_util_tx_list_enqueue()
125 hci_driver_util_tx_entry_t *tx_entry; in hci_driver_util_tx_list_dequeue() local
132 tx_entry = s_hci_driver_util_env.cur_tx_entry; in hci_driver_util_tx_list_dequeue()
[all …]