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.c576 hdev->acl_cnt = 0; in hci_dev_do_reset()
3399 cnt = hdev->acl_cnt; in hci_quote_sent()
3406 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3679 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3686 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3705 hdev->acl_cnt--; in hci_sched_acl_pkt()
3715 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
3741 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()
3811 BT_DBG("%s acl %d sco %d le %d iso %d", hdev->name, hdev->acl_cnt, in hci_tx_work()
H A Dhci_conn.c1265 hdev->acl_cnt + conn->sent > hdev->acl_pkts) in hci_conn_del()
1266 hdev->acl_cnt = hdev->acl_pkts; in hci_conn_del()
1268 hdev->acl_cnt += conn->sent; in hci_conn_del()
1282 hdev->acl_cnt + conn->sent > hdev->acl_pkts) in hci_conn_del()
1283 hdev->acl_cnt = hdev->acl_pkts; in hci_conn_del()
1285 hdev->acl_cnt += conn->sent; in hci_conn_del()
H A Dhci_event.c951 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
4522 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4523 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4524 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4533 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4534 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4535 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1995 __be32 acl_cnt; member
/linux/include/net/bluetooth/
H A Dhci_core.h476 unsigned int acl_cnt; member