Home
last modified time | relevance | path

Searched refs:xps_map (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dnetdevice.h793 struct xps_map {
799 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16)))
800 #define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
801 - sizeof(struct xps_map)) / sizeof(u16))
818 struct xps_map __rcu *attr_map[]; /* Either CPUs map or RXQs map */
822 (nr_cpu_ids * (_tcs) * sizeof(struct xps_map *)))
825 (_rxqs * (_tcs) * sizeof(struct xps_map *)))
791 struct xps_map { global() struct
797 queuesxps_map global() argument
/linux/net/core/
H A Ddev.c2682 struct xps_map *map = NULL; in remove_xps_queue()
2789 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index, in expand_xps_map()
2792 struct xps_map *new_map; in expand_xps_map()
2835 struct xps_map *map; in xps_copy_dev_maps()
2857 struct xps_map *map, *new_map; in __netif_set_xps_queue()
4570 struct xps_map *map; in __get_xps_queue_idx()