Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_event.c947 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
949 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
951 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
3239 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
3241 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
3242 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
Dhci_core.c2009 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()
3936 if (!hdev->le_cnt && hdev->le_pkts && in hci_sched_le()
3941 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
3964 if (hdev->le_pkts) in hci_sched_le()
Dhci_conn.c526 if (hdev->le_pkts) in hci_conn_del()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h295 unsigned int le_pkts; member