Searched refs:bt_iso_hdr_len (Results 1 – 16 of 16) sorted by relevance
205 if (remaining != bt_iso_hdr_len(sys_le16_to_cpu(hdr.len))) { in bt_ipc_iso_recv()207 bt_iso_hdr_len(sys_le16_to_cpu(hdr.len))); in bt_ipc_iso_recv()
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()
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()
84 return bt_iso_hdr_len( in hci_payload_size()
150 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()
301 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len)) + hdr_len; in hci_pkt_get_len()
129 len = bt_iso_hdr_len(sys_le16_to_cpu(hdr->len)); in hci_iso()
102 #define bt_iso_hdr_len(h) ((h) & BIT_MASK(14)) macro
5937 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len));