Searched refs:rx_offset (Results 1 – 1 of 1) sorted by relevance
36 uint16_t rx_offset; member105 hci_h4.rx_offset = offset + hci_h4.hdr_len; in hci_h4_alloc_buf()207 while (hci_h4.rx_buf && hci_h4.rx_offset < hci_h4.rx_len) in hci_h4_recv()209 rx_len = hci_tp_recv(hci_h4.rx_buf + hci_h4.rx_offset, in hci_h4_recv()210 hci_h4.rx_len - hci_h4.rx_offset); in hci_h4_recv()218 hci_h4.rx_offset += rx_len; in hci_h4_recv()220 if (hci_h4.rx_offset == hci_h4.rx_len) in hci_h4_recv()
Completed in 2 milliseconds