Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_event.c3786 hdev->iso_pkts = rp->iso_max_pkt; in hci_cc_le_read_buffer_size_v2()
3789 hdev->iso_cnt = hdev->iso_pkts; in hci_cc_le_read_buffer_size_v2()
3792 hdev->acl_pkts, hdev->iso_mtu, hdev->iso_pkts); in hci_cc_le_read_buffer_size_v2()
4471 if (hdev->iso_pkts) { in hci_num_comp_pkts_evt()
4473 if (hdev->iso_cnt > hdev->iso_pkts) in hci_num_comp_pkts_evt()
4474 hdev->iso_cnt = hdev->iso_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c1150 if (hdev->iso_pkts) in hci_conn_del()
H A Dhci_core.c3713 cnt = hdev->iso_pkts ? &hdev->iso_cnt : in hci_sched_iso()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h478 unsigned int iso_pkts; member