Searched refs:rx_map (Results 1 – 6 of 6) sorted by relevance
72 struct atm_vcc **rx_map; /* RX VCCs */ member
100 struct atm_vcc **rx_map; /* for fast lookups */ member
419 if (chan < zatm_dev->chans && zatm_dev->rx_map[chan]) { in poll_rx()421 vcc = zatm_dev->rx_map[chan]; in poll_rx()529 zatm_dev->rx_map[chan] = vcc; in open_rx_first()593 zatm_dev->rx_map[zatm_vcc->rx_chan] = NULL; in close_rx()606 zatm_dev->rx_map = kcalloc(zatm_dev->chans, in start_rx()607 sizeof(*zatm_dev->rx_map), in start_rx()609 if (!zatm_dev->rx_map) return -ENOMEM; in start_rx()1271 zatm_dev->rx_map = zatm_dev->tx_map = NULL; in zatm_start()1356 kfree(zatm_dev->rx_map); in zatm_start()
193 if (eni_dev->rx_map[i] && ENI_VCC(eni_dev->rx_map[i])->rx) in dump()195 ENI_VCC(eni_dev->rx_map[i])->recv, in dump()196 ENI_VCC(eni_dev->rx_map[i])->words*4); in dump()691 vcc = eni_dev->rx_map[vci & 1023]; in get_service()827 if (eni_dev->rx_map[vcc->vci]) in open_rx_second()830 eni_dev->rx_map[vcc->vci] = vcc; /* now it counts */ in open_rx_second()859 eni_dev->rx_map[vcc->vci] = NULL; in close_rx()908 eni_dev->rx_map = (struct atm_vcc **) get_zeroed_page(GFP_KERNEL); in start_rx()909 if (!eni_dev->rx_map) { in start_rx()
175 struct rx_map { struct182 struct rx_map *elems; argument
934 + (nelem * sizeof(struct rx_map))); in bdx_rxdb_create()1025 struct rx_map *dm; in bdx_rx_free_skbs()1089 struct rx_map *dm; in bdx_rx_alloc_skbs()1151 struct rx_map *dm; in bdx_recycle_skb()1201 struct rx_map *dm; in bdx_rx_receive()