Searched refs:attr_store (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | sysfs.c | 363 atomic_t *attr_store, struct net_device *net_dev) in __batadv_store_bool_attr() 369 attr_store, &changed); in __batadv_store_bool_attr() 423 atomic_t *attr_store, in __batadv_store_uint_attr() 430 attr->name, min, max, attr_store); in __batadv_store_uint_attr() 360 __batadv_store_bool_attr(char *buff, size_t count, void (*post_func)(struct net_device *), struct attribute *attr, atomic_t *attr_store, struct net_device *net_dev) __batadv_store_bool_attr() argument 419 __batadv_store_uint_attr(const char *buff, size_t count, int min, int max, void (*post_func)(struct net_device *), const struct attribute *attr, atomic_t *attr_store, struct net_device *net_dev, struct net_device *slave_dev) __batadv_store_uint_attr() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 695 static ssize_t attr_store(struct device *d, in attr_store() function 753 return attr_store(d, buf, len, set_nfilters, 0, ~0); in store_nfilters() 773 return attr_store(d, buf, len, set_nservers, 0, ~0); in store_nservers()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 694 static ssize_t attr_store(struct device *d, in attr_store() function 752 return attr_store(d, buf, len, set_nfilters, 0, ~0); in store_nfilters() 772 return attr_store(d, buf, len, set_nservers, 0, ~0); in store_nservers()
|
Completed in 11 milliseconds