Searched refs:le_pkts (Results 1 – 4 of 4) sorted by relevance
1202 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()3759 hdev->le_pkts = rp->acl_max_pkt; in hci_cc_le_read_buffer_size_v2()3763 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size_v2()4421 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()4423 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()4424 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()4443 } else if (hdev->le_pkts) { in hci_num_comp_pkts_evt()4445 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()[all …]
874 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()3650 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()3697 hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_iso()
1124 if (hdev->le_pkts) in hci_conn_del()1133 else if (hdev->le_pkts) in hci_conn_del()
471 unsigned int le_pkts; member