Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c3768 hdev->iso_pkts = rp->iso_max_pkt; in hci_cc_le_read_buffer_size_v2()
3771 hdev->iso_cnt = hdev->iso_pkts; in hci_cc_le_read_buffer_size_v2()
3774 hdev->acl_pkts, hdev->iso_mtu, hdev->iso_pkts); in hci_cc_le_read_buffer_size_v2()
4519 if (hdev->iso_cnt > hdev->iso_pkts) in hci_num_comp_pkts_evt()
4520 hdev->iso_cnt = hdev->iso_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c1219 hdev->iso_cnt + conn->sent > hdev->iso_pkts) in hci_conn_del()
1220 hdev->iso_cnt = hdev->iso_pkts; in hci_conn_del()
H A Diso.c468 (hdev->iso_pkts && !hdev->iso_cnt)) { in iso_connect_cis()
/linux/include/net/bluetooth/
H A Dhci_core.h488 unsigned int iso_pkts; member