Searched refs:net_rx_queue_update_kobjects (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/net/core/ |
D | net-sysfs.h | 8 int net_rx_queue_update_kobjects(struct net_device *, int old_num, int new_num);
|
D | net-sysfs.c | 1184 net_rx_queue_update_kobjects(struct net_device *dev, int old_num, int new_num) in net_rx_queue_update_kobjects() function 1929 error = net_rx_queue_update_kobjects(dev, 0, real_rx); in register_queue_kobjects() 1943 net_rx_queue_update_kobjects(dev, rxq, 0); in register_queue_kobjects() 1984 net_rx_queue_update_kobjects(dev, real_rx, 0); in remove_queue_kobjects()
|
D | dev.c | 3204 rc = net_rx_queue_update_kobjects(dev, dev->real_num_rx_queues, in netif_set_real_num_rx_queues()
|