Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c1022 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
1024 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
1026 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
3792 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
3794 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
3795 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
H A Dhci_core.c2189 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()
4684 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4714 if (hdev->le_pkts) in hci_sched_le()
H A Dhci_conn.c625 if (hdev->le_pkts) in hci_conn_del()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h423 unsigned int le_pkts; member