Lines Matching refs:trans
104 struct switchdev_trans *trans) in switchdev_port_attr_notify() argument
111 .trans = trans, in switchdev_port_attr_notify()
132 struct switchdev_trans trans; in switchdev_port_attr_set_now() local
142 trans.ph_prepare = true; in switchdev_port_attr_set_now()
144 &trans); in switchdev_port_attr_set_now()
153 trans.ph_prepare = false; in switchdev_port_attr_set_now()
155 &trans); in switchdev_port_attr_set_now()
224 struct switchdev_trans *trans, in switchdev_port_obj_notify() argument
232 .trans = trans, in switchdev_port_obj_notify()
251 struct switchdev_trans trans; in switchdev_port_obj_add_now() local
263 trans.ph_prepare = true; in switchdev_port_obj_add_now()
265 dev, obj, &trans, extack); in switchdev_port_obj_add_now()
274 trans.ph_prepare = false; in switchdev_port_obj_add_now()
276 dev, obj, &trans, extack); in switchdev_port_obj_add_now()
453 struct switchdev_trans *trans, in __switchdev_handle_port_obj_add() argument
464 err = add_cb(dev, port_obj_info->obj, port_obj_info->trans, in __switchdev_handle_port_obj_add()
496 struct switchdev_trans *trans, in switchdev_handle_port_obj_add() argument
567 struct switchdev_trans *trans)) in __switchdev_handle_port_attr_set() argument
574 err = set_cb(dev, port_attr_info->attr, port_attr_info->trans); in __switchdev_handle_port_attr_set()
605 struct switchdev_trans *trans)) in switchdev_handle_port_attr_set() argument