Lines Matching refs:iso_qos
3831 if (conn->type != ISO_LINK || conn->iso_qos.cig != rp->cig_id || in hci_cc_le_set_cig_params()
3885 if (conn->iso_qos.out.sdu && !conn->iso_qos.in.sdu) in hci_cc_le_setup_iso_path()
6807 conn->iso_qos.in.interval = le32_to_cpu(interval); in hci_le_cis_estabilished_evt()
6809 conn->iso_qos.out.interval = le32_to_cpu(interval); in hci_le_cis_estabilished_evt()
6810 conn->iso_qos.in.latency = le16_to_cpu(ev->interval); in hci_le_cis_estabilished_evt()
6811 conn->iso_qos.out.latency = le16_to_cpu(ev->interval); in hci_le_cis_estabilished_evt()
6812 conn->iso_qos.in.sdu = le16_to_cpu(ev->c_mtu); in hci_le_cis_estabilished_evt()
6813 conn->iso_qos.out.sdu = le16_to_cpu(ev->p_mtu); in hci_le_cis_estabilished_evt()
6814 conn->iso_qos.in.phy = ev->c_phy; in hci_le_cis_estabilished_evt()
6815 conn->iso_qos.out.phy = ev->p_phy; in hci_le_cis_estabilished_evt()
6889 cis->iso_qos.cig = ev->cig_id; in hci_le_cis_req_evt()
6890 cis->iso_qos.cis = ev->cis_id; in hci_le_cis_req_evt()
6977 bis->iso_qos.big = ev->handle; in hci_le_big_sync_established_evt()
6980 bis->iso_qos.in.interval = le32_to_cpu(interval); in hci_le_big_sync_established_evt()
6982 bis->iso_qos.in.latency = le16_to_cpu(ev->interval) * 125 / 100; in hci_le_big_sync_established_evt()
6983 bis->iso_qos.in.sdu = le16_to_cpu(ev->max_pdu); in hci_le_big_sync_established_evt()