Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h795 struct xps_map { struct
801 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16))) argument
802 #define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
803 - sizeof(struct xps_map)) / sizeof(u16))
820 struct xps_map __rcu *attr_map[]; /* Either CPUs map or RXQs map */
824 (nr_cpu_ids * (_tcs) * sizeof(struct xps_map *)))
827 (_rxqs * (_tcs) * sizeof(struct xps_map *)))
/linux/net/core/
H A Ddev.c2713 struct xps_map *map = NULL; in remove_xps_queue()
2820 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index, in expand_xps_map()
2823 struct xps_map *new_map; in expand_xps_map()
2866 struct xps_map *map; in xps_copy_dev_maps()
2888 struct xps_map *map, *new_map; in __netif_set_xps_queue()
4646 struct xps_map *map; in __get_xps_queue_idx()
H A Dnet-sysfs.c1720 struct xps_map *map; in xps_queue_show()