Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dnet-sysfs.c1763 int error = 0, txq = 0, rxq = 0, real_rx = 0, real_tx = 0; in register_queue_kobjects() local
1770 real_rx = dev->real_num_rx_queues; in register_queue_kobjects()
1774 error = net_rx_queue_update_kobjects(dev, 0, real_rx); in register_queue_kobjects()
1777 rxq = real_rx; in register_queue_kobjects()
1797 int error = 0, real_rx = 0, real_tx = 0; in queue_change_owner() local
1805 real_rx = ndev->real_num_rx_queues; in queue_change_owner()
1809 error = net_rx_queue_change_owner(ndev, real_rx, kuid, kgid); in queue_change_owner()
1822 int real_rx = 0, real_tx = 0; in remove_queue_kobjects() local
1825 real_rx = dev->real_num_rx_queues; in remove_queue_kobjects()
1829 net_rx_queue_update_kobjects(dev, real_rx, 0); in remove_queue_kobjects()