Searched refs:pkts_count (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/bluetooth/
H A Dh4_recv.h46 int pkts_count)
56 for (i = 0; i < pkts_count; i++) {
88 for (i = 0; i < pkts_count; i++) {
93 if (i >= pkts_count) {
41 h4_recv_buf(struct hci_dev *hdev, struct sk_buff *skb, const unsigned char *buffer, int count, const struct h4_recv_pkt *pkts, int pkts_count) argument
H A Dhci_h4.c156 const struct h4_recv_pkt *pkts, int pkts_count)
177 for (i = 0; i < pkts_count; i++) {
209 for (i = 0; i < pkts_count; i++) {
214 if (i >= pkts_count) {
154 h4_recv_buf(struct hci_dev *hdev, struct sk_buff *skb, const unsigned char *buffer, int count, const struct h4_recv_pkt *pkts, int pkts_count) argument
H A Dhci_uart.h166 const struct h4_recv_pkt *pkts, int pkts_count);
H A Dbtmtksdio.c450 int pkts_count = ARRAY_SIZE(mtk_recv_pkts); local
491 for (i = 0; i < pkts_count; i++) {
496 if (i >= pkts_count) {

Completed in 201 milliseconds