Lines Matching refs:txtp
1602 if (atm_vcc->qos.txtp.traffic_class == ATM_NONE) { in hrz_send()
1611 if (skb->len > atm_vcc->qos.txtp.max_sdu) { in hrz_send()
2137 struct atm_trafprm * txtp; in hrz_open() local
2225 txtp = &qos->txtp; in hrz_open()
2237 if (txtp->traffic_class != ATM_NONE) { in hrz_open()
2238 error = check_max_sdu (vcc.aal, txtp, max_tx_size); in hrz_open()
2244 switch (txtp->traffic_class) { in hrz_open()
2263 int pcr = atm_pcr_goal (txtp); in hrz_open()
2289 error = atm_pcr_check (txtp, vcc.tx_rate); in hrz_open()
2299 int pcr = atm_pcr_goal (txtp); in hrz_open()
2528 if (atm_vcc->qos.txtp.traffic_class != ATM_NONE) { in hrz_close()