Symbol: hci_skb_expect
drivers/bluetooth/btmtk.c
1078
hci_skb_expect(skb) = HCI_ISO_HDR_SIZE;
drivers/bluetooth/btmtk.c
1081
len = min_t(uint, hci_skb_expect(skb), count);
drivers/bluetooth/btmtk.c
1086
hci_skb_expect(skb) -= len;
drivers/bluetooth/btmtk.c
1092
hci_skb_expect(skb) = __le16_to_cpu(dlen);
drivers/bluetooth/btmtk.c
1094
if (skb_tailroom(skb) < hci_skb_expect(skb)) {
drivers/bluetooth/btmtk.c
1103
if (!hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1221
hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE;
drivers/bluetooth/btusb.c
1224
len = min_t(uint, hci_skb_expect(skb), count);
drivers/bluetooth/btusb.c
1229
hci_skb_expect(skb) -= len;
drivers/bluetooth/btusb.c
1233
hci_skb_expect(skb) = hci_event_hdr(skb)->plen;
drivers/bluetooth/btusb.c
1235
if (skb_tailroom(skb) < hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1244
if (!hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1303
hci_skb_expect(skb) = HCI_ACL_HDR_SIZE;
drivers/bluetooth/btusb.c
1306
len = min_t(uint, hci_skb_expect(skb), count);
drivers/bluetooth/btusb.c
1311
hci_skb_expect(skb) -= len;
drivers/bluetooth/btusb.c
1317
hci_skb_expect(skb) = __le16_to_cpu(dlen);
drivers/bluetooth/btusb.c
1319
if (skb_tailroom(skb) < hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1328
if (!hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1389
hci_skb_expect(skb) = HCI_SCO_HDR_SIZE;
drivers/bluetooth/btusb.c
1392
len = min_t(uint, hci_skb_expect(skb), count);
drivers/bluetooth/btusb.c
1397
hci_skb_expect(skb) -= len;
drivers/bluetooth/btusb.c
1403
hci_skb_expect(skb) = hdr->dlen;
drivers/bluetooth/btusb.c
1405
if (skb_tailroom(skb) < hci_skb_expect(skb) ||
drivers/bluetooth/btusb.c
1415
if (!hci_skb_expect(skb)) {
drivers/bluetooth/hci_h4.c
184
hci_skb_expect(skb) = (&pkts[i])->hlen;
drivers/bluetooth/hci_h4.c
196
len = min_t(uint, hci_skb_expect(skb) - skb->len, count);
drivers/bluetooth/hci_h4.c
203
if (skb->len < hci_skb_expect(skb))
drivers/bluetooth/hci_h4.c
227
hci_skb_expect(skb) += dlen;
drivers/bluetooth/hci_h4.c
238
hci_skb_expect(skb) += dlen;