Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_event.c3797 hdev->iso_pkts = rp->iso_max_pkt; in hci_cc_le_read_buffer_size_v2()
3800 hdev->iso_cnt = hdev->iso_pkts; in hci_cc_le_read_buffer_size_v2()
3803 hdev->acl_pkts, hdev->iso_mtu, hdev->iso_pkts); in hci_cc_le_read_buffer_size_v2()
4418 if (hdev->iso_pkts) { in hci_num_comp_pkts_evt()
4420 if (hdev->iso_cnt > hdev->iso_pkts) in hci_num_comp_pkts_evt()
4421 hdev->iso_cnt = hdev->iso_pkts; in hci_num_comp_pkts_evt()
Dhci_conn.c1088 if (hdev->iso_pkts) in hci_conn_del()
Dhci_core.c3748 cnt = hdev->iso_pkts ? &hdev->iso_cnt : in hci_sched_iso()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h493 unsigned int iso_pkts; member