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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dzatm.h71 struct atm_vcc **rx_map; /* RX VCCs */ member in struct:zatm_dev
H A Deni.h94 struct atm_vcc **rx_map; /* for fast lookups */ member in struct:eni_dev
H A Dzatm.c371 if (chan < zatm_dev->chans && zatm_dev->rx_map[chan]) {
373 vcc = zatm_dev->rx_map[chan];
477 zatm_dev->rx_map[chan] = vcc;
541 zatm_dev->rx_map[zatm_vcc->rx_chan] = NULL;
555 zatm_dev->rx_map = kzalloc(size,GFP_KERNEL);
556 if (!zatm_dev->rx_map) return -ENOMEM;
1174 zatm_dev->rx_map = zatm_dev->tx_map = NULL;
1258 kfree(zatm_dev->rx_map);
H A Deni.c192 if (eni_dev->rx_map[i] && ENI_VCC(eni_dev->rx_map[i])->rx)
194 ENI_VCC(eni_dev->rx_map[i])->recv,
195 ENI_VCC(eni_dev->rx_map[i])->words*4);
687 vcc = eni_dev->rx_map[vci & 1023];
823 if (eni_dev->rx_map[vcc->vci])
826 eni_dev->rx_map[vcc->vci] = vcc; /* now it counts */
855 eni_dev->rx_map[vcc->vci] = NULL;
904 eni_dev->rx_map = (struct atm_vcc **) get_zeroed_page(GFP_KERNEL);
905 if (!eni_dev->rx_map) {
[all...]

Completed in 160 milliseconds