Searched refs:net_rx_queue_update_kobjects (Results 1 – 3 of 3) sorted by relevance
/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 | 950 net_rx_queue_update_kobjects(struct net_device *dev, int old_num, int new_num) in net_rx_queue_update_kobjects() function 1536 error = net_rx_queue_update_kobjects(dev, 0, real_rx); in register_queue_kobjects() 1550 net_rx_queue_update_kobjects(dev, rxq, 0); in register_queue_kobjects() 1566 net_rx_queue_update_kobjects(dev, real_rx, 0); in remove_queue_kobjects()
|
D | dev.c | 2635 rc = net_rx_queue_update_kobjects(dev, dev->real_num_rx_queues, in netif_set_real_num_rx_queues()
|