Home
last modified time | relevance | path

Searched refs:netdev_store (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dnet-sysfs.c80 static ssize_t netdev_store(struct device *dev, struct device_attribute *attr, in netdev_store() function
189 return netdev_store(dev, attr, buf, len, change_carrier); in carrier_store()
363 return netdev_store(dev, attr, buf, len, change_mtu); in mtu_store()
375 return netdev_store(dev, attr, buf, len, change_flags); in flags_store()
386 return netdev_store(dev, attr, buf, len, dev_change_tx_queue_len); in tx_queue_len_store()
403 return netdev_store(dev, attr, buf, len, change_gro_flush_timeout); in gro_flush_timeout_store()
420 return netdev_store(dev, attr, buf, len, change_napi_defer_hard_irqs); in napi_defer_hard_irqs_store()
478 return netdev_store(dev, attr, buf, len, change_group); in group_store()
492 return netdev_store(dev, attr, buf, len, change_proto_down); in proto_down_store()
618 return netdev_store(dev, attr, buf, len, modify_napi_threaded); in threaded_store()