Searched refs:real_tx (Results 1 – 1 of 1) sorted by relevance
| /linux/net/core/ |
| H A D | net-sysfs.c | 2088 int error = 0, txq = 0, rxq = 0, real_rx = 0, real_tx = 0; in net_tx_queue_change_owner() 2097 real_tx = dev->real_num_tx_queues; in net_tx_queue_change_owner() 2104 error = netdev_queue_update_kobjects(dev, 0, real_tx); in register_queue_kobjects() 2107 txq = real_tx; in register_queue_kobjects() 2122 int error = 0, real_rx = 0, real_tx = 0; in register_queue_kobjects() 2132 real_tx = ndev->real_num_tx_queues; in register_queue_kobjects() 2138 error = net_tx_queue_change_owner(ndev, real_tx, kuid, kgid); in queue_change_owner() 2147 int real_rx = 0, real_tx = 0; in queue_change_owner() 2152 real_tx = dev->real_num_tx_queues; in queue_change_owner() 2155 netdev_queue_update_kobjects(dev, real_tx, in queue_change_owner() 2103 int error = 0, txq = 0, rxq = 0, real_rx = 0, real_tx = 0; register_queue_kobjects() local 2137 int error = 0, real_rx = 0, real_tx = 0; queue_change_owner() local 2162 int real_rx = 0, real_tx = 0; remove_queue_kobjects() local [all...] |