Lines Matching full:aal
285 static int adjust_tp(struct atm_trafprm *tp, unsigned char aal)
291 switch (aal) {
299 pr_warn("AAL problems ... (%d)\n", aal);
408 switch (vcc->qos.aal) {
419 vcc->qos.aal = ATM_AAL5;
429 error = adjust_tp(&vcc->qos.txtp, vcc->qos.aal);
431 error = adjust_tp(&vcc->qos.rxtp, vcc->qos.aal);
434 pr_debug("VCC %d.%d, AAL %d\n", vpi, vci, vcc->qos.aal);
482 "RX: cl %d,bw %d-%d,sdu %d,AAL %s%d)\n",
487 vcc->qos.aal == ATM_AAL5 ? "" :
488 vcc->qos.aal == ATM_AAL0 ? "" : " ??? code ",
489 vcc->qos.aal == ATM_AAL0 ? 0 : vcc->qos.aal);
692 * Don't let the QoS change the already connected AAL type nor the
695 if (qos->aal != vcc->qos.aal ||
699 error = adjust_tp(&qos->txtp, qos->aal);
701 error = adjust_tp(&qos->rxtp, qos->aal);