Searched refs:port_attr_info (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/switchdev/ |
H A D | switchdev.c | 833 struct switchdev_notifier_port_attr_info *port_attr_info, in __switchdev_handle_port_attr_set() argument 839 struct switchdev_notifier_info *info = &port_attr_info->info; in __switchdev_handle_port_attr_set() 848 err = set_cb(dev, info->ctx, port_attr_info->attr, extack); in __switchdev_handle_port_attr_set() 850 port_attr_info->handled = true; in __switchdev_handle_port_attr_set() 865 err = __switchdev_handle_port_attr_set(lower_dev, port_attr_info, in __switchdev_handle_port_attr_set() 875 struct switchdev_notifier_port_attr_info *port_attr_info, in switchdev_handle_port_attr_set() argument 883 err = __switchdev_handle_port_attr_set(dev, port_attr_info, check_cb, in switchdev_handle_port_attr_set()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | bridge.c | 287 struct switchdev_notifier_port_attr_info *port_attr_info, in mlx5_esw_bridge_port_obj_attr_set() argument 290 struct netlink_ext_ack *extack = switchdev_notifier_info_to_extack(&port_attr_info->info); in mlx5_esw_bridge_port_obj_attr_set() 291 const struct switchdev_attr *attr = port_attr_info->attr; in mlx5_esw_bridge_port_obj_attr_set() 299 port_attr_info->handled = true; in mlx5_esw_bridge_port_obj_attr_set()
|
/openbmc/linux/include/net/ |
H A D | switchdev.h | 369 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
|
/openbmc/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_main.c | 2686 struct switchdev_notifier_port_attr_info *port_attr_info) in rocker_switchdev_port_attr_set_event() argument 2690 err = rocker_port_attr_set(netdev, port_attr_info->attr); in rocker_switchdev_port_attr_set_event() 2692 port_attr_info->handled = true; in rocker_switchdev_port_attr_set_event()
|