Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdevice.h715 struct xps_map { struct
721 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16))) argument
722 #define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
723 - sizeof(struct xps_map)) / sizeof(u16))
730 struct xps_map __rcu *cpu_map[0];
733 (nr_cpu_ids * sizeof(struct xps_map *)))
/linux-4.4.14/net/core/
Ddev.c1936 static struct xps_map *remove_xps_queue(struct xps_dev_maps *dev_maps, in remove_xps_queue()
1939 struct xps_map *map = NULL; in remove_xps_queue()
1995 static struct xps_map *expand_xps_map(struct xps_map *map, in expand_xps_map()
1998 struct xps_map *new_map; in expand_xps_map()
2034 struct xps_map *map, *new_map; in netif_set_xps_queue()
2974 struct xps_map *map; in get_xps_queue()
Dnet-sysfs.c1188 struct xps_map *map = in show_xps_map()