Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c1202 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
1204 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
1206 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
3766 hdev->le_pkts = rp->acl_max_pkt; in hci_cc_le_read_buffer_size_v2()
3770 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size_v2()
4428 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
4430 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4431 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
4450 } else if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
4452 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
[all …]
H A Dhci_core.c873 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()
3646 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()
3693 hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_iso()
H A Dhci_conn.c1125 if (hdev->le_pkts) in hci_conn_del()
1134 else if (hdev->le_pkts) in hci_conn_del()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h471 unsigned int le_pkts; member