Home
last modified time | relevance | path

Searched refs:rx_map (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dzatm.h97 struct atm_vcc **rx_map; /* RX VCCs */ member
Deni.c199 if (eni_dev->rx_map[i] && ENI_VCC(eni_dev->rx_map[i])->rx) in dump()
201 ENI_VCC(eni_dev->rx_map[i])->recv, in dump()
202 ENI_VCC(eni_dev->rx_map[i])->words*4); in dump()
693 vcc = eni_dev->rx_map[vci & 1023]; in get_service()
829 if (eni_dev->rx_map[vcc->vci]) in open_rx_second()
832 eni_dev->rx_map[vcc->vci] = vcc; /* now it counts */ in open_rx_second()
861 eni_dev->rx_map[vcc->vci] = NULL; in close_rx()
910 eni_dev->rx_map = (struct atm_vcc **) get_free_page(GFP_KERNEL); in start_rx()
911 if (!eni_dev->rx_map) { in start_rx()
917 memset(eni_dev->rx_map,0,PAGE_SIZE); in start_rx()
[all …]
Deni.h94 struct atm_vcc **rx_map; /* for fast lookups */ member
Dzatm.c604 if (chan < zatm_dev->chans && zatm_dev->rx_map[chan]) { in poll_rx()
605 vcc = zatm_dev->rx_map[chan]; in poll_rx()
713 zatm_dev->rx_map[chan] = vcc; in open_rx_first()
779 zatm_dev->rx_map[zatm_vcc->rx_chan] = NULL; in close_rx()
793 zatm_dev->rx_map = (struct atm_vcc **) kmalloc(size,GFP_KERNEL); in start_rx()
794 if (!zatm_dev->rx_map) return -ENOMEM; in start_rx()
795 memset(zatm_dev->rx_map,0,size); in start_rx()
1471 zatm_dev->rx_map = zatm_dev->tx_map = NULL; in zatm_start()
1548 if (zatm_dev->rx_map != NULL) in zatm_start()
1549 kfree(zatm_dev->rx_map); in zatm_start()