Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst120 struct xps_dev_maps* xps_maps[2] read_mostly …
/linux-6.15/include/linux/
H A Dnetdevice.h805 struct xps_dev_maps { struct
812 #define XPS_CPU_DEV_MAPS_SIZE(_tcs) (sizeof(struct xps_dev_maps) + \ argument
815 #define XPS_RXQ_DEV_MAPS_SIZE(_tcs, _rxqs) (sizeof(struct xps_dev_maps) +\
2110 struct xps_dev_maps __rcu *xps_maps[XPS_MAPS_MAX];
/linux-6.15/net/core/
H A Ddev.c2606 static bool remove_xps_queue(struct xps_dev_maps *dev_maps, in remove_xps_queue()
2607 struct xps_dev_maps *old_maps, int tci, u16 index) in remove_xps_queue()
2636 struct xps_dev_maps *dev_maps, in remove_xps_queue_cpu()
2658 struct xps_dev_maps *dev_maps, in reset_xps_maps()
2673 struct xps_dev_maps *dev_maps; in clean_xps_maps()
2757 static void xps_copy_dev_maps(struct xps_dev_maps *dev_maps, in xps_copy_dev_maps()
2758 struct xps_dev_maps *new_dev_maps, int index, in xps_copy_dev_maps()
2779 struct xps_dev_maps *dev_maps, *new_dev_maps = NULL, *old_dev_maps = NULL; in __netif_set_xps_queue()
4385 struct xps_dev_maps *dev_maps, unsigned int tci) in __get_xps_queue_idx()
4415 struct xps_dev_maps *dev_maps; in get_xps_queue()
H A Dnet-sysfs.c1695 struct xps_dev_maps *dev_maps; in xps_queue_show()