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