Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dioctl.c1224 ret = ethtool_get_rx_ring_count(dev); in ethtool_get_rxrings()
1378 num_rx_rings = ethtool_get_rx_ring_count(dev); in ethtool_set_rxfh_indir()
1597 num_rx_rings = ethtool_get_rx_ring_count(dev); in ethtool_set_rxfh()
H A Drss.c635 err = ethtool_get_rx_ring_count(dev); in rss_set_prep_indir()
H A Dcommon.c637 int ethtool_get_rx_ring_count(struct net_device *dev) in ethtool_get_rx_ring_count() function