Searched refs:xps_dev_maps (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/core/ |
D | dev.c | 2370 static bool remove_xps_queue(struct xps_dev_maps *dev_maps, in remove_xps_queue() 2371 struct xps_dev_maps *old_maps, int tci, u16 index) in remove_xps_queue() 2401 struct xps_dev_maps *dev_maps, in remove_xps_queue_cpu() 2423 struct xps_dev_maps *dev_maps, in reset_xps_maps() 2438 struct xps_dev_maps *dev_maps; in clean_xps_maps() 2522 static void xps_copy_dev_maps(struct xps_dev_maps *dev_maps, in xps_copy_dev_maps() 2523 struct xps_dev_maps *new_dev_maps, int index, in xps_copy_dev_maps() 2544 struct xps_dev_maps *dev_maps, *new_dev_maps = NULL, *old_dev_maps = NULL; in __netif_set_xps_queue() 4004 struct xps_dev_maps *dev_maps, unsigned int tci) in __get_xps_queue_idx() 4034 struct xps_dev_maps *dev_maps; in get_xps_queue()
|
D | net-sysfs.c | 1423 struct xps_dev_maps *dev_maps; in xps_queue_show()
|
/Linux-v6.1/include/linux/ |
D | netdevice.h | 821 struct xps_dev_maps { struct 828 #define XPS_CPU_DEV_MAPS_SIZE(_tcs) (sizeof(struct xps_dev_maps) + \ argument 831 #define XPS_RXQ_DEV_MAPS_SIZE(_tcs, _rxqs) (sizeof(struct xps_dev_maps) +\ 2221 struct xps_dev_maps __rcu *xps_maps[XPS_MAPS_MAX];
|