Searched refs:bt_iso_hdr_len (Results 1 – 16 of 16) sorted by relevance
168 if (remaining != bt_iso_hdr_len(sys_le16_to_cpu(hdr.len))) { in bt_esp_iso_recv()
149 payload_len = bt_iso_hdr_len(sys_le16_to_cpu(iso->len)); in hci_packet_complete()
191 if (remaining != bt_iso_hdr_len(sys_le16_to_cpu(hdr.len))) { in bt_ipc_iso_recv()
214 if (ext_len != bt_iso_hdr_len(sys_le16_to_cpu(hdr.len))) { in treat_iso()
130 rx.remaining = bt_iso_hdr_len(sys_le16_to_cpu(hdr->len)); in get_iso_hdr()
480 len = sizeof(iso_hdr) + bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr.len)); in bt_spi_rx_buf_construct()
146 h4->rx.remaining = bt_iso_hdr_len(sys_le16_to_cpu(hdr->len)); in get_iso_hdr()
86 return bt_iso_hdr_len( in get_len()
85 return bt_iso_hdr_len( in hci_payload_size()
147 if (remaining != bt_iso_hdr_len(sys_le16_to_cpu(hdr->len))) { in hci_ipc_iso_recv()
229 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len)) + hdr_len; in hci_pkt_get_len()
184 return bt_iso_hdr_len( in get_len()
302 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len)) + hdr_len; in hci_pkt_get_len()
101 #define bt_iso_hdr_len(h) ((h) & BIT_MASK(14)) macro
127 len = bt_iso_hdr_len(sys_le16_to_cpu(hdr->len)); in hci_iso()
5720 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len));