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