Lines Matching refs:pkts
45 const struct h4_recv_pkt *pkts, in h4_recv_buf() argument
57 if (buffer[0] != (&pkts[i])->type) in h4_recv_buf()
60 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
65 hci_skb_pkt_type(skb) = (&pkts[i])->type; in h4_recv_buf()
66 hci_skb_expect(skb) = (&pkts[i])->hlen; in h4_recv_buf()
89 if (hci_skb_pkt_type(skb) == (&pkts[i])->type) in h4_recv_buf()
98 if (skb->len == (&pkts[i])->hlen) { in h4_recv_buf()
101 switch ((&pkts[i])->lsize) { in h4_recv_buf()
108 dlen = skb->data[(&pkts[i])->loff]; in h4_recv_buf()
119 (&pkts[i])->loff); in h4_recv_buf()
135 (&pkts[i])->recv(hdev, skb); in h4_recv_buf()
140 (&pkts[i])->recv(hdev, skb); in h4_recv_buf()