Lines Matching refs:aal
239 static int adjust_tp(struct atm_trafprm *tp,unsigned char aal) in adjust_tp() argument
244 switch (aal) { in adjust_tp()
253 "(%d)\n",aal); in adjust_tp()
364 switch (vcc->qos.aal) { in __vcc_connect()
375 vcc->qos.aal = ATM_AAL5; in __vcc_connect()
384 if (!error) error = adjust_tp(&vcc->qos.txtp,vcc->qos.aal); in __vcc_connect()
385 if (!error) error = adjust_tp(&vcc->qos.rxtp,vcc->qos.aal); in __vcc_connect()
388 pr_debug("VCC %d.%d, AAL %d\n",vpi,vci,vcc->qos.aal); in __vcc_connect()
435 vcc->qos.aal == ATM_AAL5 ? "" : vcc->qos.aal == ATM_AAL0 ? "" : in vcc_connect()
436 " ??? code ",vcc->qos.aal == ATM_AAL0 ? 0 : vcc->qos.aal); in vcc_connect()
635 if (qos->aal != vcc->qos.aal || in atm_change_qos()
639 error = adjust_tp(&qos->txtp,qos->aal); in atm_change_qos()
640 if (!error) error = adjust_tp(&qos->rxtp,qos->aal); in atm_change_qos()