Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnet-sysfs.c1698 static ssize_t xps_queue_show(struct net_device *dev, unsigned int index,
1774 * xps_queue_show is running. in xps_cpus_show()
1779 len = xps_queue_show(dev, index, tc, buf, XPS_CPUS); in xps_cpus_show()
1844 * xps_queue_show is running. in xps_rxqs_show()
1849 ret = tc >= 0 ? xps_queue_show(dev, index, tc, buf, XPS_RXQS) : -EINVAL; in xps_rxqs_show()
1713 static ssize_t xps_queue_show(struct net_device *dev, unsigned int index, xps_queue_show() function