Lines Matching defs:fwnet_device
134 struct fwnet_device {
174 struct fwnet_device *dev;
193 struct fwnet_device *dev;
451 static struct fwnet_peer *fwnet_peer_find_by_guid(struct fwnet_device *dev,
464 static struct fwnet_peer *fwnet_peer_find_by_node_id(struct fwnet_device *dev,
491 struct fwnet_device *dev;
569 static int fwnet_incoming_packet(struct fwnet_device *dev, __be32 *buf, int len,
718 struct fwnet_device *dev = callback_data;
760 struct fwnet_device *dev;
823 static void dec_queued_datagrams(struct fwnet_device *dev)
833 struct fwnet_device *dev = ptask->dev;
910 struct fwnet_device *dev = ptask->dev;
959 struct fwnet_device *dev;
1056 static void fwnet_fifo_stop(struct fwnet_device *dev)
1065 static int fwnet_fifo_start(struct fwnet_device *dev)
1086 static void __fwnet_broadcast_stop(struct fwnet_device *dev)
1104 static void fwnet_broadcast_stop(struct fwnet_device *dev)
1112 static int fwnet_broadcast_start(struct fwnet_device *dev)
1198 static void set_carrier_state(struct fwnet_device *dev)
1209 struct fwnet_device *dev = netdev_priv(net);
1228 struct fwnet_device *dev = netdev_priv(net);
1239 struct fwnet_device *dev = netdev_priv(net);
1399 static struct fwnet_device *fwnet_dev_find(struct fw_card *card)
1401 struct fwnet_device *dev;
1410 static int fwnet_add_peer(struct fwnet_device *dev,
1449 struct fwnet_device *dev;
1547 static void fwnet_remove_peer(struct fwnet_peer *peer, struct fwnet_device *dev)
1566 struct fwnet_device *dev = peer->dev;