Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/bluetooth/
Dh4_recv.h46 int pkts_count) in h4_recv_buf() argument
56 for (i = 0; i < pkts_count; i++) { in h4_recv_buf()
88 for (i = 0; i < pkts_count; i++) { in h4_recv_buf()
93 if (i >= pkts_count) { in h4_recv_buf()
Dhci_h4.c157 const struct h4_recv_pkt *pkts, int pkts_count) in h4_recv_buf() argument
178 for (i = 0; i < pkts_count; i++) { in h4_recv_buf()
210 for (i = 0; i < pkts_count; i++) { in h4_recv_buf()
215 if (i >= pkts_count) { in h4_recv_buf()
Dhci_uart.h148 const struct h4_recv_pkt *pkts, int pkts_count);
Dbtmtksdio.c385 int pkts_count = ARRAY_SIZE(mtk_recv_pkts); in btmtksdio_rx_packet() local
426 for (i = 0; i < pkts_count; i++) { in btmtksdio_rx_packet()
431 if (i >= pkts_count) { in btmtksdio_rx_packet()