Lines Matching refs:rxer
753 // rxer->rate = make_rate (qos->peak_cells);
763 static void hrz_change_vc_qos (ATM_RXER * rxer, MAAL_QOS * qos) {
764 rxer->rate = make_rate (qos->peak_cells);
832 // look for NULL rxer elsewhere. The code here seems flush frames
1281 atm_vcc = dev->rxer[rx_channel];
2453 if (dev->rxer[channel]) {
2464 dev->rxer[channel] = atm_vcc;
2509 if (atm_vcc != dev->rxer[channel])
2510 PRINTK (KERN_ERR, "%s atm_vcc=%p rxer[channel]=%p",
2512 atm_vcc, dev->rxer[channel]);
2513 dev->rxer[channel] = NULL;