Searched refs:xps_queue_show (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | net-sysfs.c | 1692 static ssize_t xps_queue_show(struct net_device *dev, unsigned int index, in xps_queue_show() function 1773 len = xps_queue_show(dev, index, tc, buf, XPS_CPUS); in xps_cpus_show() 1843 ret = tc >= 0 ? xps_queue_show(dev, index, tc, buf, XPS_RXQS) : -EINVAL; in xps_rxqs_show()
|