Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h809 struct xps_map { struct
815 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16))) argument
816 #define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
817 - sizeof(struct xps_map)) / sizeof(u16))
834 struct xps_map __rcu *attr_map[]; /* Either CPUs map or RXQs map */
838 (nr_cpu_ids * (_tcs) * sizeof(struct xps_map *)))
841 (_rxqs * (_tcs) * sizeof(struct xps_map *)))