Symbol: hci_skb_expect
drivers/bluetooth/btmtk.c
1104
hci_skb_expect(skb) = HCI_ISO_HDR_SIZE;
drivers/bluetooth/btmtk.c
1107
len = min_t(uint, hci_skb_expect(skb), count);
drivers/bluetooth/btmtk.c
1112
hci_skb_expect(skb) -= len;
drivers/bluetooth/btmtk.c
1118
hci_skb_expect(skb) = __le16_to_cpu(dlen);
drivers/bluetooth/btmtk.c
1120
if (skb_tailroom(skb) < hci_skb_expect(skb)) {
drivers/bluetooth/btmtk.c
1129
if (!hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1268
hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE;
drivers/bluetooth/btusb.c
1271
len = min_t(uint, hci_skb_expect(skb), count);
drivers/bluetooth/btusb.c
1276
hci_skb_expect(skb) -= len;
drivers/bluetooth/btusb.c
1280
hci_skb_expect(skb) = hci_event_hdr(skb)->plen;
drivers/bluetooth/btusb.c
1282
if (skb_tailroom(skb) < hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1291
if (!hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1350
hci_skb_expect(skb) = HCI_ACL_HDR_SIZE;
drivers/bluetooth/btusb.c
1353
len = min_t(uint, hci_skb_expect(skb), count);
drivers/bluetooth/btusb.c
1358
hci_skb_expect(skb) -= len;
drivers/bluetooth/btusb.c
1364
hci_skb_expect(skb) = __le16_to_cpu(dlen);
drivers/bluetooth/btusb.c
1366
if (skb_tailroom(skb) < hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1375
if (!hci_skb_expect(skb)) {
drivers/bluetooth/btusb.c
1436
hci_skb_expect(skb) = HCI_SCO_HDR_SIZE;
drivers/bluetooth/btusb.c
1439
len = min_t(uint, hci_skb_expect(skb), count);
drivers/bluetooth/btusb.c
1444
hci_skb_expect(skb) -= len;
drivers/bluetooth/btusb.c
1450
hci_skb_expect(skb) = hdr->dlen;
drivers/bluetooth/btusb.c
1452
if (skb_tailroom(skb) < hci_skb_expect(skb) ||
drivers/bluetooth/btusb.c
1462
if (!hci_skb_expect(skb)) {
drivers/bluetooth/hci_h4.c
187
hci_skb_expect(skb) = (&pkts[i])->hlen;
drivers/bluetooth/hci_h4.c
199
len = min_t(uint, hci_skb_expect(skb) - skb->len, count);
drivers/bluetooth/hci_h4.c
206
if (skb->len < hci_skb_expect(skb))
drivers/bluetooth/hci_h4.c
230
hci_skb_expect(skb) += dlen;
drivers/bluetooth/hci_h4.c
241
hci_skb_expect(skb) += dlen;