Searched refs:netdev_store (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/core/ |
H A D | net-sysfs.c | 80 static ssize_t netdev_store(struct device *dev, struct device_attribute *attr, in netdev_store() function 184 * without hitting the trylock/restart in netdev_store. in carrier_store() 189 return netdev_store(dev, attr, buf, len, change_carrier); in carrier_store() 365 return netdev_store(dev, attr, buf, len, change_mtu); in mtu_store() 377 return netdev_store(dev, attr, buf, len, change_flags); in flags_store() 388 return netdev_store(dev, attr, buf, len, dev_change_tx_queue_len); in tx_queue_len_store() 405 return netdev_store(dev, attr, buf, len, change_gro_flush_timeout); in gro_flush_timeout_store() 422 return netdev_store(dev, attr, buf, len, change_napi_defer_hard_irqs); in napi_defer_hard_irqs_store() 480 return netdev_store(dev, attr, buf, len, change_group); in group_store() 494 return netdev_store(de in proto_down_store() [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | net-sysfs.c | 77 static ssize_t netdev_store(struct device *dev, struct device_attribute *attr, in netdev_store() function 181 * without hitting the trylock/restart in netdev_store. in carrier_store() 186 return netdev_store(dev, attr, buf, len, change_carrier); in carrier_store() 362 return netdev_store(dev, attr, buf, len, change_mtu); in mtu_store() 374 return netdev_store(dev, attr, buf, len, change_flags); in flags_store() 385 return netdev_store(dev, attr, buf, len, dev_change_tx_queue_len); in tx_queue_len_store() 402 return netdev_store(dev, attr, buf, len, change_gro_flush_timeout); in gro_flush_timeout_store() 419 return netdev_store(dev, attr, buf, len, change_napi_defer_hard_irqs); in napi_defer_hard_irqs_store() 477 return netdev_store(dev, attr, buf, len, change_group); in group_store() 494 * early without hitting the trylock/restart in netdev_store in proto_down_store() [all...] |
Completed in 5 milliseconds