Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetdevice.h732 struct xps_map { struct
738 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16))) argument
739 #define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
740 - sizeof(struct xps_map)) / sizeof(u16))
747 struct xps_map __rcu *attr_map[0]; /* Either CPUs map or RXQs map */
751 (nr_cpu_ids * (_tcs) * sizeof(struct xps_map *)))
754 (_rxqs * (_tcs) * sizeof(struct xps_map *)))
/Linux-v4.19/net/core/
Dnet-sysfs.c1274 struct xps_map *map; in xps_cpus_show()
1358 struct xps_map *map; in xps_rxqs_show()
Ddev.c2117 struct xps_map *map = NULL; in remove_xps_queue()
2236 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index, in expand_xps_map()
2239 struct xps_map *new_map; in expand_xps_map()
2284 struct xps_map *map, *new_map; in __netif_set_xps_queue()
3587 struct xps_map *map; in __get_xps_queue_idx()