le_pkts 329 include/net/bluetooth/hci_core.h unsigned int le_pkts; le_pkts 592 net/bluetooth/hci_conn.c if (hdev->le_pkts) le_pkts 2130 net/bluetooth/hci_core.c di.acl_pkts = hdev->le_pkts; le_pkts 4224 net/bluetooth/hci_core.c if (!hdev->le_cnt && hdev->le_pkts && le_pkts 4229 net/bluetooth/hci_core.c cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; le_pkts 4252 net/bluetooth/hci_core.c if (hdev->le_pkts) le_pkts 958 net/bluetooth/hci_event.c hdev->le_pkts = rp->le_max_pkt; le_pkts 960 net/bluetooth/hci_event.c hdev->le_cnt = hdev->le_pkts; le_pkts 962 net/bluetooth/hci_event.c BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); le_pkts 3673 net/bluetooth/hci_event.c if (hdev->le_pkts) { le_pkts 3675 net/bluetooth/hci_event.c if (hdev->le_cnt > hdev->le_pkts) le_pkts 3676 net/bluetooth/hci_event.c hdev->le_cnt = hdev->le_pkts;