Lines Matching refs:txtp
191 struct atm_trafprm txtp;
1565 if (atm_vcc->qos.txtp.traffic_class == ATM_NONE) {
1574 if (skb->len > atm_vcc->qos.txtp.max_sdu) {
2099 struct atm_trafprm * txtp;
2186 txtp = &qos->txtp;
2198 if (txtp->traffic_class != ATM_NONE) {
2199 error = check_max_sdu (vcc.aal, txtp, max_tx_size);
2205 switch (txtp->traffic_class) {
2224 int pcr = atm_pcr_goal (txtp);
2250 error = atm_pcr_check (txtp, vcc.tx_rate);
2260 int pcr = atm_pcr_goal (txtp);
2261 // int scr = atm_scr_goal (txtp);
2298 // error = atm_scr_check (txtp, vcc.tx_rate);
2487 if (atm_vcc->qos.txtp.traffic_class != ATM_NONE) {