Searched refs:iso_pkts (Results 1 – 4 of 4) sorted by relevance
3768 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()
1219 hdev->iso_cnt + conn->sent > hdev->iso_pkts) in hci_conn_del()1220 hdev->iso_cnt = hdev->iso_pkts; in hci_conn_del()
468 (hdev->iso_pkts && !hdev->iso_cnt)) { in iso_connect_cis()
488 unsigned int iso_pkts; member