Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/
Dhci_event.c792 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
794 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
796 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
1918 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
1920 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
1921 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
Dhci_core.c1835 if (!hdev->le_cnt && hdev->le_pkts && in hci_sched_le()
1840 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
1852 if (hdev->le_pkts) in hci_sched_le()
Dhci_conn.c352 if (hdev->le_pkts) in hci_conn_del()
/linux-2.6.39/include/net/bluetooth/
Dhci_core.h133 unsigned int le_pkts; member