Lines Matching defs:fwnet_peer
172 struct fwnet_peer { struct
173 struct list_head peer_link;
174 struct fwnet_device *dev;
175 u64 guid;
178 struct list_head pd_list; /* received partial datagrams */
179 unsigned pdg_size; /* pd_list size */
181 u16 datagram_label; /* outgoing datagram label */
182 u16 max_payload; /* includes RFC2374_FRAG_HDR_SIZE overhead */
183 int node_id;
184 int generation;
185 unsigned speed;