Searched refs:le_pkts (Results 1 – 4 of 4) sorted by relevance
1217 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size() 1219 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size() 1221 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size() 3797 hdev->le_pkts = rp->acl_max_pkt; in hci_cc_le_read_buffer_size_v2() 3801 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size_v2() 4528 if (hdev->le_pkts) { in hci_num_comp_pkts_evt() 4530 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt() 4531 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
1206 if (hdev->le_pkts) { in hci_conn_del() 1208 hdev->le_cnt + conn->sent > hdev->le_pkts) in hci_conn_del() 1209 hdev->le_cnt = hdev->le_pkts; in hci_conn_del()
868 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info() 3741 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()
487 unsigned int le_pkts; member