Lines Matching defs:trans
23 static inline bool switchdev_trans_ph_prepare(struct switchdev_trans *trans)
25 return trans && trans->ph_prepare;
28 static inline bool switchdev_trans_ph_commit(struct switchdev_trans *trans)
30 return trans && !trans->ph_prepare;
235 struct switchdev_trans *trans;
242 struct switchdev_trans *trans;
290 struct switchdev_trans *trans,
303 struct switchdev_trans *trans));
374 struct switchdev_trans *trans,
396 struct switchdev_trans *trans))