Searched defs:fwtty_peer (Results 1 – 1 of 1) sorted by relevance
76 struct fwtty_peer { struct77 struct fw_unit *unit;78 struct fw_serial *serial;79 u64 guid;80 int generation;81 int node_id;82 unsigned int speed;106 #define to_peer(ptr, field) (container_of(ptr, struct fwtty_peer, field)) argument