Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dflow_dissector.c425 struct xps_map *map; in get_xps_queue()
Ddev.c1904 static struct xps_map *remove_xps_queue(struct xps_dev_maps *dev_maps, in remove_xps_queue()
1907 struct xps_map *map = NULL; in remove_xps_queue()
1963 static struct xps_map *expand_xps_map(struct xps_map *map, in expand_xps_map()
1966 struct xps_map *new_map; in expand_xps_map()
2002 struct xps_map *map, *new_map; in netif_set_xps_queue()
Dnet-sysfs.c1171 struct xps_map *map = in show_xps_map()
/linux-4.1.27/include/linux/
Dnetdevice.h713 struct xps_map { struct
719 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16))) argument
720 #define XPS_MIN_MAP_ALLOC ((L1_CACHE_BYTES - sizeof(struct xps_map)) \
728 struct xps_map __rcu *cpu_map[0];
731 (nr_cpu_ids * sizeof(struct xps_map *)))