Home
last modified time | relevance | path

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

/linux/net/switchdev/
A Dswitchdev.c649 struct switchdev_notifier_port_attr_info *port_attr_info, in __switchdev_handle_port_attr_set() argument
655 struct switchdev_notifier_info *info = &port_attr_info->info; in __switchdev_handle_port_attr_set()
664 err = set_cb(dev, info->ctx, port_attr_info->attr, extack); in __switchdev_handle_port_attr_set()
666 port_attr_info->handled = true; in __switchdev_handle_port_attr_set()
681 err = __switchdev_handle_port_attr_set(lower_dev, port_attr_info, in __switchdev_handle_port_attr_set()
691 struct switchdev_notifier_port_attr_info *port_attr_info, in switchdev_handle_port_attr_set() argument
699 err = __switchdev_handle_port_attr_set(dev, port_attr_info, check_cb, in switchdev_handle_port_attr_set()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
A 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/include/net/
A Dswitchdev.h327 struct switchdev_notifier_port_attr_info *port_attr_info,
455 struct switchdev_notifier_port_attr_info *port_attr_info, in switchdev_handle_port_attr_set() argument
/linux/drivers/net/ethernet/rocker/
A Drocker_main.c2700 struct switchdev_notifier_port_attr_info *port_attr_info) in rocker_switchdev_port_attr_set_event() argument
2704 err = rocker_port_attr_set(netdev, port_attr_info->attr); in rocker_switchdev_port_attr_set_event()
2706 port_attr_info->handled = true; in rocker_switchdev_port_attr_set_event()

Completed in 21 milliseconds