adtf              372 drivers/atm/iphase.c   srv_p->adtf       = 50;
adtf              383 drivers/atm/iphase.c   u16		adtf, air, *ptr16;	
adtf              409 drivers/atm/iphase.c        if (srv_p->adtf > MAX_ADTF)
adtf              411 drivers/atm/iphase.c        else if (srv_p->adtf == 0)
adtf              412 drivers/atm/iphase.c 	  srv_p->adtf = 1;
adtf              436 drivers/atm/iphase.c        adtf = (10000 * srv_p->adtf)/8192;
adtf              437 drivers/atm/iphase.c        if (adtf == 0) adtf = 1; 
adtf              438 drivers/atm/iphase.c        f_abr_vc->f_cdf = ((7 - srv_p->cdf) << 12 | adtf) & 0xfff;
adtf             1867 drivers/atm/iphase.c                    srv_p.adtf = vcc->qos.txtp.adtf;
adtf              832 drivers/atm/iphase.h         u16 adtf;               /* ACR Decrease Time Factor (10-bit) */
adtf              155 include/uapi/linux/atm.h 	unsigned int adtf      :10;     /* ACR Decrease Time Factor (10-bit) */