Searched refs:net_rx_queue_update_kobjects (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.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 | 947 net_rx_queue_update_kobjects(struct net_device *dev, int old_num, int new_num)  in net_rx_queue_update_kobjects()  function1530 	error = net_rx_queue_update_kobjects(dev, 0, real_rx);  in register_queue_kobjects()
 1544 	net_rx_queue_update_kobjects(dev, rxq, 0);  in register_queue_kobjects()
 1560 	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()
 |