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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dcommon.c242 static int adjust_tp(struct atm_trafprm *tp,unsigned char aal) function
387 if (!error) error = adjust_tp(&vcc->qos.txtp,vcc->qos.aal);
388 if (!error) error = adjust_tp(&vcc->qos.rxtp,vcc->qos.aal);
642 error = adjust_tp(&qos->txtp,qos->aal);
643 if (!error) error = adjust_tp(&qos->rxtp,qos->aal);
654 /* @@@ Should be merged with adjust_tp */

Completed in 53 milliseconds