Searched refs:hci_sco_hdr (Results 1 – 9 of 9) sorted by relevance
142 .hdr_len = sizeof(struct hci_sco_hdr),143 .offset_len_in_hdr = offsetof(struct hci_sco_hdr, dlen),
379 struct hci_sco_hdr *sh; in ll_recv()421 sh = hci_sco_hdr(ll->rx_skb); in ll_recv()
243 struct hci_sco_hdr *sh; in btuart_receive()262 sh = hci_sco_hdr(info->rx_skb); in btuart_receive()
293 struct hci_sco_hdr *sh; in bt3c_receive()311 sh = hci_sco_hdr(info->rx_skb); in bt3c_receive()
312 struct hci_sco_hdr *hdr = (struct hci_sco_hdr *) buf; in bfusb_recv_block()
458 struct hci_sco_hdr *sh; in bluecard_receive()476 sh = hci_sco_hdr(info->rx_skb); in bluecard_receive()
573 bt_cb(skb)->expect = hci_sco_hdr(skb)->dlen; in btusb_recv_isoc()
1985 struct hci_sco_hdr { struct2000 static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb) in hci_sco_hdr() argument2002 return (struct hci_sco_hdr *) skb->data; in hci_sco_hdr()
3786 struct hci_sco_hdr hdr; in hci_send_sco()4312 struct hci_sco_hdr *hdr = (void *) skb->data; in hci_scodata_packet()