Lines Matching refs:ucast

898 	if (!bacmp(&conn->dst, BDADDR_ANY) || d->cig != conn->iso_qos.ucast.cig)
913 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET)
917 d.cig = conn->iso_qos.ucast.cig;
928 hci_le_remove_cig(hdev, conn->iso_qos.ucast.cig);
1785 hci_cpu_to_le24(qos->ucast.out.interval, pdu.cp.c_interval);
1786 hci_cpu_to_le24(qos->ucast.in.interval, pdu.cp.p_interval);
1787 pdu.cp.sca = qos->ucast.sca;
1788 pdu.cp.packing = qos->ucast.packing;
1789 pdu.cp.framing = qos->ucast.framing;
1790 pdu.cp.c_latency = cpu_to_le16(qos->ucast.out.latency);
1791 pdu.cp.p_latency = cpu_to_le16(qos->ucast.in.latency);
1809 cis->c_sdu = cpu_to_le16(conn->iso_qos.ucast.out.sdu);
1810 cis->p_sdu = cpu_to_le16(conn->iso_qos.ucast.in.sdu);
1811 cis->c_phy = qos->ucast.out.phy ? qos->ucast.out.phy :
1812 qos->ucast.in.phy;
1813 cis->p_phy = qos->ucast.in.phy ? qos->ucast.in.phy :
1814 qos->ucast.out.phy;
1815 cis->c_rtn = qos->ucast.out.rtn;
1816 cis->p_rtn = qos->ucast.in.rtn;
1836 if (qos->ucast.cig == BT_ISO_QOS_CIG_UNSET) {
1855 qos->ucast.cig = data.cig;
1858 if (qos->ucast.cis != BT_ISO_QOS_CIS_UNSET) {
1859 if (hci_conn_hash_lookup_cis(hdev, NULL, 0, qos->ucast.cig,
1860 qos->ucast.cis))
1866 for (data.cig = qos->ucast.cig, data.cis = 0x00; data.cis < 0xf0;
1871 qos->ucast.cis = data.cis;
1876 if (qos->ucast.cis == BT_ISO_QOS_CIS_UNSET)
1881 UINT_PTR(qos->ucast.cig), NULL) < 0)
1892 cis = hci_conn_hash_lookup_cis(hdev, dst, dst_type, qos->ucast.cig,
1893 qos->ucast.cis);
1900 cis->iso_qos.ucast.cig = BT_ISO_QOS_CIG_UNSET;
1901 cis->iso_qos.ucast.cis = BT_ISO_QOS_CIS_UNSET;
1913 cis->le_tx_phy = qos->ucast.out.phy;
1914 cis->le_rx_phy = qos->ucast.in.phy;
1919 if (!qos->ucast.out.interval)
1920 qos->ucast.out.interval = qos->ucast.in.interval;
1925 if (!qos->ucast.in.interval)
1926 qos->ucast.in.interval = qos->ucast.out.interval;
1931 if (!qos->ucast.out.latency)
1932 qos->ucast.out.latency = qos->ucast.in.latency;
1937 if (!qos->ucast.in.latency)
1938 qos->ucast.in.latency = qos->ucast.out.latency;
1960 if (conn->iso_qos.ucast.out.sdu) {
1971 if (conn->iso_qos.ucast.in.sdu) {
2286 hci_iso_qos_setup(hdev, le, &qos->ucast.out,
2288 hci_iso_qos_setup(hdev, le, &qos->ucast.in,