Searched refs:pkts_to_be_removed (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_bcsp.c | 352 int i, pkts_to_be_removed; in bcsp_pkt_cull() local 357 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull() 360 while (pkts_to_be_removed) { in bcsp_pkt_cull() 363 pkts_to_be_removed--; in bcsp_pkt_cull() 371 pkts_to_be_removed, skb_queue_len(&bcsp->unack), in bcsp_pkt_cull() 376 if (i >= pkts_to_be_removed) in bcsp_pkt_cull() 389 if (i != pkts_to_be_removed) in bcsp_pkt_cull() 390 BT_ERR("Removed only %u out of %u pkts", i, pkts_to_be_removed); in bcsp_pkt_cull()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_rtk_h5.c | 379 int i, pkts_to_be_removed; in h5_pkt_cull() local 384 pkts_to_be_removed = skb_queue_len(&h5->unack); in h5_pkt_cull() 387 while (pkts_to_be_removed) { in h5_pkt_cull() 390 pkts_to_be_removed--; in h5_pkt_cull() 398 pkts_to_be_removed, skb_queue_len(&h5->unack), in h5_pkt_cull() 403 if (i >= pkts_to_be_removed) in h5_pkt_cull() 416 if (i != pkts_to_be_removed) in h5_pkt_cull() 417 BT_ERR("Removed only %u out of %u pkts", i, pkts_to_be_removed); in h5_pkt_cull()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 1097 int pkts_to_be_removed = 0; in h5_remove_acked_pkt() local 1104 while (pkts_to_be_removed) { in h5_remove_acked_pkt() 1108 pkts_to_be_removed--; in h5_remove_acked_pkt() 1117 if (i >= pkts_to_be_removed) in h5_remove_acked_pkt() 1128 if (i != pkts_to_be_removed) in h5_remove_acked_pkt() 1130 pkts_to_be_removed); in h5_remove_acked_pkt()
|