Lines Matching refs:extack
225 struct netlink_ext_ack *extack) in switchdev_port_obj_notify() argument
236 rc = call_switchdev_blocking_notifiers(nt, dev, &obj_info.info, extack); in switchdev_port_obj_notify()
249 struct netlink_ext_ack *extack) in switchdev_port_obj_add_now() argument
265 dev, obj, &trans, extack); in switchdev_port_obj_add_now()
276 dev, obj, &trans, extack); in switchdev_port_obj_add_now()
319 struct netlink_ext_ack *extack) in switchdev_port_obj_add() argument
324 return switchdev_port_obj_add_now(dev, obj, extack); in switchdev_port_obj_add()
413 struct netlink_ext_ack *extack) in call_switchdev_notifiers() argument
416 info->extack = extack; in call_switchdev_notifiers()
439 struct netlink_ext_ack *extack) in call_switchdev_blocking_notifiers() argument
442 info->extack = extack; in call_switchdev_blocking_notifiers()
454 struct netlink_ext_ack *extack)) in __switchdev_handle_port_obj_add() argument
456 struct netlink_ext_ack *extack; in __switchdev_handle_port_obj_add() local
461 extack = switchdev_notifier_info_to_extack(&port_obj_info->info); in __switchdev_handle_port_obj_add()
467 extack); in __switchdev_handle_port_obj_add()
493 struct netlink_ext_ack *extack)) in switchdev_handle_port_obj_add() argument