Searched refs:rx_map (Results 1 – 5 of 5) sorted by relevance
117 u32 rx_map = 0; in hw_atl2_hw_queue_to_tc_map_set() local139 rx_map |= tc << HW_ATL2_RX_Q_TC_MAP_SHIFT(q); in hw_atl2_hw_queue_to_tc_map_set()144 rx_map); in hw_atl2_hw_queue_to_tc_map_set()145 rx_map = 0; in hw_atl2_hw_queue_to_tc_map_set()
188 if (eni_dev->rx_map[i] && ENI_VCC(eni_dev->rx_map[i])->rx) in dump()190 ENI_VCC(eni_dev->rx_map[i])->recv, in dump()191 ENI_VCC(eni_dev->rx_map[i])->words*4); in dump()687 vcc = eni_dev->rx_map[vci & 1023]; in get_service()823 if (eni_dev->rx_map[vcc->vci]) in open_rx_second()826 eni_dev->rx_map[vcc->vci] = vcc; /* now it counts */ in open_rx_second()855 eni_dev->rx_map[vcc->vci] = NULL; in close_rx()904 eni_dev->rx_map = (struct atm_vcc **) get_zeroed_page(GFP_KERNEL); in start_rx()905 if (!eni_dev->rx_map) { in start_rx()
100 struct atm_vcc **rx_map; /* for fast lookups */ member
171 struct rx_map { struct178 struct rx_map *elems; argument
929 + (nelem * sizeof(struct rx_map))); in bdx_rxdb_create()1020 struct rx_map *dm; in bdx_rx_free_skbs()1083 struct rx_map *dm; in bdx_rx_alloc_skbs()1144 struct rx_map *dm; in bdx_recycle_skb()1194 struct rx_map *dm; in bdx_rx_receive()
Completed in 20 milliseconds