Home
last modified time | relevance | path

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

/Linux-v5.15/net/switchdev/
Dswitchdev.c755 struct switchdev_notifier_port_attr_info *port_attr_info, in __switchdev_handle_port_attr_set() argument
761 struct switchdev_notifier_info *info = &port_attr_info->info; in __switchdev_handle_port_attr_set()
770 err = set_cb(dev, info->ctx, port_attr_info->attr, extack); in __switchdev_handle_port_attr_set()
772 port_attr_info->handled = true; in __switchdev_handle_port_attr_set()
787 err = __switchdev_handle_port_attr_set(lower_dev, port_attr_info, in __switchdev_handle_port_attr_set()
797 struct switchdev_notifier_port_attr_info *port_attr_info, in switchdev_handle_port_attr_set() argument
805 err = __switchdev_handle_port_attr_set(dev, port_attr_info, check_cb, in switchdev_handle_port_attr_set()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dbridge.c241 struct switchdev_notifier_port_attr_info *port_attr_info, in mlx5_esw_bridge_port_obj_attr_set() argument
244 struct netlink_ext_ack *extack = switchdev_notifier_info_to_extack(&port_attr_info->info); in mlx5_esw_bridge_port_obj_attr_set()
245 const struct switchdev_attr *attr = port_attr_info->attr; in mlx5_esw_bridge_port_obj_attr_set()
253 port_attr_info->handled = true; in mlx5_esw_bridge_port_obj_attr_set()
/Linux-v5.15/include/net/
Dswitchdev.h339 struct switchdev_notifier_port_attr_info *port_attr_info,
483 struct switchdev_notifier_port_attr_info *port_attr_info, in switchdev_handle_port_attr_set() argument
/Linux-v5.15/drivers/net/ethernet/rocker/
Drocker_main.c2698 struct switchdev_notifier_port_attr_info *port_attr_info) in rocker_switchdev_port_attr_set_event() argument
2702 err = rocker_port_attr_set(netdev, port_attr_info->attr); in rocker_switchdev_port_attr_set_event()
2704 port_attr_info->handled = true; in rocker_switchdev_port_attr_set_event()