Searched refs:HCI_SCO_HDR_SIZE (Results 1 – 12 of 12) sorted by relevance
29 .hlen = HCI_SCO_HDR_SIZE, \
134 .hlen = HCI_SCO_HDR_SIZE, \
296 if (len >= HCI_SCO_HDR_SIZE) { in bfusb_recv_block()298 pkt_len = HCI_SCO_HDR_SIZE + hdr->dlen; in bfusb_recv_block()
740 int sco_length = skb->len - HCI_SCO_HDR_SIZE; in hci_send_to_alsa_ringbuffer()754 p_data = (uint8_t *)skb->data + HCI_SCO_HDR_SIZE; in hci_send_to_alsa_ringbuffer()854 hlen = HCI_SCO_HDR_SIZE; in hci_reassembly()909 if (skb->len == HCI_SCO_HDR_SIZE) { in hci_reassembly()3243 skb = bt_skb_alloc(((sco_packet_bytes + HCI_SCO_HDR_SIZE) * count), GFP_ATOMIC); in snd_copy_send_sco_data()3246 skb_put(skb, ((sco_packet_bytes + HCI_SCO_HDR_SIZE) * count)); in snd_copy_send_sco_data()3269 …*((__u16 *)(skb->data + i * (sco_packet_bytes + HCI_SCO_HDR_SIZE))) = pSCOSnd->usb_data->sco_handl… in snd_copy_send_sco_data()3270 *((__u8 *)(skb->data + i*(sco_packet_bytes + HCI_SCO_HDR_SIZE) + 2)) = sco_packet_bytes; in snd_copy_send_sco_data()3271 memcpy((skb->data + i * (sco_packet_bytes + HCI_SCO_HDR_SIZE) + HCI_SCO_HDR_SIZE), in snd_copy_send_sco_data()
382 #define HCI_SCO_HDR_SIZE 3 macro
266 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
428 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
810 hci_skb_expect(skb) = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()820 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
267 h4->rx_count = HCI_SCO_HDR_SIZE; in h4_recv()
328 bt_cb(skb)->expect = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()338 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
4251 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()4253 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()4789 skb_pull(skb, HCI_SCO_HDR_SIZE); in hci_scodata_packet()
2461 #define HCI_SCO_HDR_SIZE 3 macro