Searched refs:real_tx (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | net-sysfs.c | 1790 int error = 0, txq = 0, rxq = 0, real_rx = 0, real_tx = 0; in register_queue_kobjects() local 1799 real_tx = dev->real_num_tx_queues; in register_queue_kobjects() 1806 error = netdev_queue_update_kobjects(dev, 0, real_tx); in register_queue_kobjects() 1809 txq = real_tx; in register_queue_kobjects() 1824 int error = 0, real_rx = 0, real_tx = 0; in queue_change_owner() local 1834 real_tx = ndev->real_num_tx_queues; in queue_change_owner() 1840 error = net_tx_queue_change_owner(ndev, real_tx, kuid, kgid); in queue_change_owner() 1849 int real_rx = 0, real_tx = 0; in remove_queue_kobjects() local 1854 real_tx = dev->real_num_tx_queues; in remove_queue_kobjects() 1857 netdev_queue_update_kobjects(dev, real_tx, 0); in remove_queue_kobjects()
|