Lines Matching refs:pkts
156 const struct h4_recv_pkt *pkts, int pkts_count)
178 if (buffer[0] != (&pkts[i])->type)
181 skb = bt_skb_alloc((&pkts[i])->maxlen,
186 hci_skb_pkt_type(skb) = (&pkts[i])->type;
187 hci_skb_expect(skb) = (&pkts[i])->hlen;
210 if (hci_skb_pkt_type(skb) == (&pkts[i])->type)
219 if (skb->len == (&pkts[i])->hlen) {
222 switch ((&pkts[i])->lsize) {
229 dlen = skb->data[(&pkts[i])->loff];
240 (&pkts[i])->loff);
259 (&pkts[i])->recv(hdev, skb);
267 (&pkts[i])->recv(hdev, skb);