Searched refs:xps_map (Results 1 – 3 of 3) sorted by relevance
715 struct xps_map { struct721 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16))) argument722 #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 *)))
1936 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()
1188 struct xps_map *map = in show_xps_map()