Searched refs:port_obj_info (Results 1 – 1 of 1) sorted by relevance
/net/switchdev/ |
D | switchdev.c | 642 struct switchdev_notifier_port_obj_info *port_obj_info, in __switchdev_handle_port_obj_add() argument 648 struct switchdev_notifier_info *info = &port_obj_info->info; in __switchdev_handle_port_obj_add() 657 err = add_cb(dev, info->ctx, port_obj_info->obj, extack); in __switchdev_handle_port_obj_add() 659 port_obj_info->handled = true; in __switchdev_handle_port_obj_add() 674 err = __switchdev_handle_port_obj_add(lower_dev, port_obj_info, in __switchdev_handle_port_obj_add() 684 struct switchdev_notifier_port_obj_info *port_obj_info, in switchdev_handle_port_obj_add() argument 692 err = __switchdev_handle_port_obj_add(dev, port_obj_info, check_cb, in switchdev_handle_port_obj_add() 701 struct switchdev_notifier_port_obj_info *port_obj_info, in __switchdev_handle_port_obj_del() argument 706 struct switchdev_notifier_info *info = &port_obj_info->info; in __switchdev_handle_port_obj_del() 712 err = del_cb(dev, info->ctx, port_obj_info->obj); in __switchdev_handle_port_obj_del() [all …]
|