Lines Matching refs:iso_qos
3841 if (conn->type != ISO_LINK || conn->iso_qos.cig != rp->cig_id || in hci_cc_le_set_cig_params()
3898 if (conn->iso_qos.out.sdu && !conn->iso_qos.in.sdu) in hci_cc_le_setup_iso_path()
6820 conn->iso_qos.in.interval = le32_to_cpu(interval); in hci_le_cis_estabilished_evt()
6822 conn->iso_qos.out.interval = le32_to_cpu(interval); in hci_le_cis_estabilished_evt()
6823 conn->iso_qos.in.latency = le16_to_cpu(ev->interval); in hci_le_cis_estabilished_evt()
6824 conn->iso_qos.out.latency = le16_to_cpu(ev->interval); in hci_le_cis_estabilished_evt()
6825 conn->iso_qos.in.sdu = le16_to_cpu(ev->c_mtu); in hci_le_cis_estabilished_evt()
6826 conn->iso_qos.out.sdu = le16_to_cpu(ev->p_mtu); in hci_le_cis_estabilished_evt()
6827 conn->iso_qos.in.phy = ev->c_phy; in hci_le_cis_estabilished_evt()
6828 conn->iso_qos.out.phy = ev->p_phy; in hci_le_cis_estabilished_evt()
6902 cis->iso_qos.cig = ev->cig_id; in hci_le_cis_req_evt()
6903 cis->iso_qos.cis = ev->cis_id; in hci_le_cis_req_evt()
6990 bis->iso_qos.big = ev->handle; in hci_le_big_sync_established_evt()
6993 bis->iso_qos.in.interval = le32_to_cpu(interval); in hci_le_big_sync_established_evt()
6995 bis->iso_qos.in.latency = le16_to_cpu(ev->interval) * 125 / 100; in hci_le_big_sync_established_evt()
6996 bis->iso_qos.in.sdu = le16_to_cpu(ev->max_pdu); in hci_le_big_sync_established_evt()