Lines Matching refs:qos
777 static void hrz_change_vc_qos (ATM_RXER * rxer, MAAL_QOS * qos) {
778 rxer->rate = make_rate (qos->peak_cells);
1301 if (atm_vcc->qos.rxtp.traffic_class != ATM_NONE) { in rx_data_av_handler()
1303 if (rx_len <= atm_vcc->qos.rxtp.max_sdu) { in rx_data_av_handler()
1579 if (atm_vcc->qos.txtp.traffic_class == ATM_NONE) { in hrz_send()
1588 if (skb->len > atm_vcc->qos.txtp.max_sdu) { in hrz_send()
2112 struct atm_qos * qos; in hrz_open() local
2141 qos = &atm_vcc->qos; in hrz_open()
2144 switch (qos->aal) { in hrz_open()
2200 txtp = &qos->txtp; in hrz_open()
2344 rxtp = &qos->rxtp; in hrz_open()
2501 if (atm_vcc->qos.txtp.traffic_class != ATM_NONE) { in hrz_close()
2519 if (atm_vcc->qos.rxtp.traffic_class != ATM_NONE) { in hrz_close()
2603 static int hrz_change_qos (struct atm_vcc * atm_vcc, struct atm_qos *qos, int flgs) {