Searched refs:iso_pkts (Results 1 – 4 of 4) sorted by relevance
3797 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()
1088 if (hdev->iso_pkts) in hci_conn_del()
3748 cnt = hdev->iso_pkts ? &hdev->iso_cnt : in hci_sched_iso()
493 unsigned int iso_pkts; member