Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/driver/common/
Dhci_driver_util.c39 uint32_t cur_tx_off; member
137 if (s_hci_driver_util_env.cur_tx_off >= data_len) { in hci_driver_util_tx_list_dequeue()
140 om = os_mbuf_off(om, s_hci_driver_util_env.cur_tx_off, &out_off); in hci_driver_util_tx_list_dequeue()
145 if (s_hci_driver_util_env.cur_tx_off >= data_len) { in hci_driver_util_tx_list_dequeue()
148 tx_len = min(max_tx_len, data_len - s_hci_driver_util_env.cur_tx_off); in hci_driver_util_tx_list_dequeue()
149 *tx_data = &tx_entry->data[s_hci_driver_util_env.cur_tx_off]; in hci_driver_util_tx_list_dequeue()
158 s_hci_driver_util_env.cur_tx_off += tx_len; in hci_driver_util_tx_list_dequeue()
160 if (s_hci_driver_util_env.cur_tx_off >= data_len) { in hci_driver_util_tx_list_dequeue()
180 s_hci_driver_util_env.cur_tx_off = 0; in hci_driver_util_tx_list_dequeue()