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

/linux-master/include/linux/
H A Dnetdevice.h744 struct xps_map { struct
750 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16)))
751 #define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
752 - sizeof(struct xps_map)) / sizeof(u16))
769 struct xps_map __rcu *attr_map[]; /* Either CPUs map or RXQs map */
773 (nr_cpu_ids * (_tcs) * sizeof(struct xps_map *)))
776 (_rxqs * (_tcs) * sizeof(struct xps_map *)))
/linux-master/net/core/
H A Ddev.c2372 struct xps_map *map = NULL;
2479 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index,
2482 struct xps_map *new_map;
2525 struct xps_map *map;
2547 struct xps_map *map, *new_map;
4094 struct xps_map *map;
H A Dnet-sysfs.c1559 struct xps_map *map;

Completed in 182 milliseconds