Searched refs:adjust_tp (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/atm/
H A Dcommon.c285 static int adjust_tp(struct atm_trafprm *tp, unsigned char aal) function
429 error = adjust_tp(&vcc->qos.txtp, vcc->qos.aal);
431 error = adjust_tp(&vcc->qos.rxtp, vcc->qos.aal);
698 error = adjust_tp(&qos->txtp, qos->aal);
700 error = adjust_tp(&qos->rxtp, qos->aal);
712 /* @@@ Should be merged with adjust_tp */

Completed in 136 milliseconds