Home
last modified time | relevance | path

Searched refs:rxer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Dhorizon.c753 // rxer->rate = make_rate (qos->peak_cells); in hrz_open_rx()
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 in hrz_close_rx()
1281 atm_vcc = dev->rxer[rx_channel]; in rx_data_av_handler()
2453 if (dev->rxer[channel]) { in hrz_open()
2464 dev->rxer[channel] = atm_vcc; in hrz_open()
2509 if (atm_vcc != dev->rxer[channel]) in hrz_close()
2510 PRINTK (KERN_ERR, "%s atm_vcc=%p rxer[channel]=%p", in hrz_close()
2512 atm_vcc, dev->rxer[channe in hrz_close()
[all...]
H A Dambassador.c467 struct atm_vcc * atm_vcc = dev->rxer[vc]; in rx_complete()
1143 if (dev->rxer[vci]) { in amb_open()
1154 ( (AMB_VCC(dev->rxer[vci])->rx_info.pool << SRB_POOL_SHIFT) in amb_open()
1201 dev->rxer[vci] = atm_vcc; in amb_open()
1228 if (dev->rxer[vci]) { in amb_close()
1264 // forget the rxer - no more skbs will be pushed in amb_close()
1265 if (atm_vcc != dev->rxer[vci]) in amb_close()
1266 PRINTK (KERN_ERR, "%s vcc=%p rxer[vci]=%p", in amb_close()
1268 vcc, dev->rxer[vci]); in amb_close()
1269 dev->rxer[vc in amb_close()
[all...]
H A Dhorizon.h430 struct atm_vcc * rxer[MAX_VCS]; member
H A Dambassador.h624 struct atm_vcc * rxer[NUM_VCS]; member

Completed in 8 milliseconds