Lines Matching refs:ucast
421 if (!iso_pi(sk)->qos.ucast.in.phy && !iso_pi(sk)->qos.ucast.out.phy) {
499 if (skb->len > qos->ucast.out.sdu)
1278 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET)
1281 if (qos->ucast.cis > 0xef && qos->ucast.cis != BT_ISO_QOS_CIS_UNSET)
1284 if (qos->ucast.sca > 0x07)
1287 if (qos->ucast.packing > 0x01)
1290 if (qos->ucast.framing > 0x01)
1293 if (!check_io_qos(&qos->ucast.in))
1296 if (!check_io_qos(&qos->ucast.out))
1399 if (len == sizeof(qos.ucast) && !check_ucast_qos(&qos)) {