Home
last modified time | relevance | path

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

/linux/net/switchdev/
H A Dswitchdev.c935 struct switchdev_notifier_port_attr_info *port_attr_info, in __switchdev_handle_port_attr_set() argument
941 struct switchdev_notifier_info *info = &port_attr_info->info; in __switchdev_handle_port_attr_set()
950 err = set_cb(dev, info->ctx, port_attr_info->attr, extack); in __switchdev_handle_port_attr_set()
952 port_attr_info->handled = true; in __switchdev_handle_port_attr_set()
967 err = __switchdev_handle_port_attr_set(lower_dev, port_attr_info, in __switchdev_handle_port_attr_set()
977 struct switchdev_notifier_port_attr_info *port_attr_info, in switchdev_handle_port_attr_set() argument
985 err = __switchdev_handle_port_attr_set(dev, port_attr_info, check_cb, in switchdev_handle_port_attr_set()
/linux/include/net/
H A Dswitchdev.h369 struct switchdev_notifier_port_attr_info *port_attr_info,
518 struct switchdev_notifier_port_attr_info *port_attr_info, in switchdev_handle_port_attr_set() argument
/linux/drivers/net/ethernet/rocker/
H A Drocker_main.c2684 struct switchdev_notifier_port_attr_info *port_attr_info) in rocker_switchdev_port_attr_set_event() argument
2688 err = rocker_port_attr_set(netdev, port_attr_info->attr); in rocker_switchdev_port_attr_set_event()
2690 port_attr_info->handled = true; in rocker_switchdev_port_attr_set_event()