Searched refs:net_rx_queue_update_kobjects (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/core/ |
H A D | net-sysfs.h | 8 int net_rx_queue_update_kobjects(struct net_device *, int old_num, int new_num);
|
H A D | net-sysfs.c | 1130 net_rx_queue_update_kobjects(struct net_device *dev, int old_num, int new_num) in net_rx_queue_update_kobjects() function 1801 error = net_rx_queue_update_kobjects(dev, 0, real_rx); in register_queue_kobjects() 1815 net_rx_queue_update_kobjects(dev, rxq, 0); in register_queue_kobjects() 1856 net_rx_queue_update_kobjects(dev, real_rx, 0); in remove_queue_kobjects()
|
H A D | dev.c | 2986 rc = net_rx_queue_update_kobjects(dev, dev->real_num_rx_queues, in netif_set_real_num_rx_queues()
|