Searched refs:rx_map (Results 1 – 7 of 7) sorted by relevance
490 void *rx_map = NULL, *tx_map = NULL; in xsk_socket__create() local561 rx_map = mmap(NULL, off.rx.desc + in xsk_socket__create()565 if (rx_map == MAP_FAILED) { in xsk_socket__create()572 rx->producer = rx_map + off.rx.producer; in xsk_socket__create()573 rx->consumer = rx_map + off.rx.consumer; in xsk_socket__create()574 rx->flags = rx_map + off.rx.flags; in xsk_socket__create()575 rx->ring = rx_map + off.rx.desc; in xsk_socket__create()627 munmap(rx_map, off.rx.desc + in xsk_socket__create()
72 struct atm_vcc **rx_map; /* RX VCCs */ member
100 struct atm_vcc **rx_map; /* for fast lookups */ member
420 if (chan < zatm_dev->chans && zatm_dev->rx_map[chan]) { in poll_rx()422 vcc = zatm_dev->rx_map[chan]; in poll_rx()530 zatm_dev->rx_map[chan] = vcc; in open_rx_first()594 zatm_dev->rx_map[zatm_vcc->rx_chan] = NULL; in close_rx()607 zatm_dev->rx_map = kcalloc(zatm_dev->chans, in start_rx()608 sizeof(*zatm_dev->rx_map), in start_rx()610 if (!zatm_dev->rx_map) return -ENOMEM; in start_rx()1272 zatm_dev->rx_map = zatm_dev->tx_map = NULL; in zatm_start()1357 kfree(zatm_dev->rx_map); in zatm_start()
194 if (eni_dev->rx_map[i] && ENI_VCC(eni_dev->rx_map[i])->rx) in dump()196 ENI_VCC(eni_dev->rx_map[i])->recv, in dump()197 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_zeroed_page(GFP_KERNEL); in start_rx()911 if (!eni_dev->rx_map) { in start_rx()
171 struct rx_map { struct178 struct rx_map *elems; argument
930 + (nelem * sizeof(struct rx_map))); in bdx_rxdb_create()1021 struct rx_map *dm; in bdx_rx_free_skbs()1085 struct rx_map *dm; in bdx_rx_alloc_skbs()1147 struct rx_map *dm; in bdx_recycle_skb()1197 struct rx_map *dm; in bdx_rx_receive()