Lines Matching full:aal
284 static int adjust_tp(struct atm_trafprm *tp, unsigned char aal) in adjust_tp() argument
290 switch (aal) { in adjust_tp()
298 pr_warn("AAL problems ... (%d)\n", aal); in adjust_tp()
407 switch (vcc->qos.aal) { in __vcc_connect()
418 vcc->qos.aal = ATM_AAL5; in __vcc_connect()
428 error = adjust_tp(&vcc->qos.txtp, vcc->qos.aal); in __vcc_connect()
430 error = adjust_tp(&vcc->qos.rxtp, vcc->qos.aal); in __vcc_connect()
433 pr_debug("VCC %d.%d, AAL %d\n", vpi, vci, vcc->qos.aal); in __vcc_connect()
481 "RX: cl %d,bw %d-%d,sdu %d,AAL %s%d)\n", in vcc_connect()
486 vcc->qos.aal == ATM_AAL5 ? "" : in vcc_connect()
487 vcc->qos.aal == ATM_AAL0 ? "" : " ??? code ", in vcc_connect()
488 vcc->qos.aal == ATM_AAL0 ? 0 : vcc->qos.aal); in vcc_connect()
690 * Don't let the QoS change the already connected AAL type nor the in atm_change_qos()
693 if (qos->aal != vcc->qos.aal || in atm_change_qos()
697 error = adjust_tp(&qos->txtp, qos->aal); in atm_change_qos()
699 error = adjust_tp(&qos->rxtp, qos->aal); in atm_change_qos()