Home
last modified time | relevance | path

Searched refs:acl_cnt (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c3375 cnt = hdev->acl_cnt; in hci_quote_sent()
3382 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3655 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3662 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3681 hdev->acl_cnt--; in hci_sched_acl_pkt()
3691 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
3717 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()
3787 BT_DBG("%s acl %d sco %d le %d iso %d", hdev->name, hdev->acl_cnt, in hci_tx_work()
H A Dhci_conn.c1289 hdev->acl_cnt + conn->sent > hdev->acl_pkts) in hci_conn_del()
1290 hdev->acl_cnt = hdev->acl_pkts; in hci_conn_del()
1292 hdev->acl_cnt += conn->sent; in hci_conn_del()
1306 hdev->acl_cnt + conn->sent > hdev->acl_pkts) in hci_conn_del()
1307 hdev->acl_cnt = hdev->acl_pkts; in hci_conn_del()
1309 hdev->acl_cnt += conn->sent; in hci_conn_del()
H A Dhci_event.c953 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
4553 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4554 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4555 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4564 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4565 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4566 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
H A Dhci_sync.c5629 hdev->acl_cnt = 0; in hci_dev_close_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h474 unsigned int acl_cnt; member