Home
last modified time | relevance | path

Searched refs:iso_pkts (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_event.c3761 hdev->iso_pkts = rp->iso_max_pkt; in hci_cc_le_read_buffer_size_v2()
3764 hdev->iso_cnt = hdev->iso_pkts; in hci_cc_le_read_buffer_size_v2()
3767 hdev->acl_pkts, hdev->iso_mtu, hdev->iso_pkts); in hci_cc_le_read_buffer_size_v2()
4439 if (hdev->iso_pkts) { in hci_num_comp_pkts_evt()
4441 if (hdev->iso_cnt > hdev->iso_pkts) in hci_num_comp_pkts_evt()
4442 hdev->iso_cnt = hdev->iso_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c1129 if (hdev->iso_pkts) in hci_conn_del()
H A Dhci_core.c3699 cnt = hdev->iso_pkts ? &hdev->iso_cnt : in hci_sched_iso()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h472 unsigned int iso_pkts; member
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c245 unsigned int iso_pkts; member