Lines Matching refs:pkts
60 const struct h4_recv_pkt *pkts, in h4_recv_buf() argument
71 if (buffer[0] != (&pkts[i])->type) in h4_recv_buf()
74 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
79 hci_skb_pkt_type(skb) = (&pkts[i])->type; in h4_recv_buf()
80 hci_skb_expect(skb) = (&pkts[i])->hlen; in h4_recv_buf()
103 if (hci_skb_pkt_type(skb) == (&pkts[i])->type) in h4_recv_buf()
112 if (skb->len == (&pkts[i])->hlen) { in h4_recv_buf()
115 switch ((&pkts[i])->lsize) { in h4_recv_buf()
122 dlen = skb->data[(&pkts[i])->loff]; in h4_recv_buf()
133 (&pkts[i])->loff); in h4_recv_buf()
149 (&pkts[i])->recv(hdev, skb); in h4_recv_buf()
154 (&pkts[i])->recv(hdev, skb); in h4_recv_buf()