Lines Matching defs:fwnet_device
134 struct fwnet_device {
174 struct fwnet_device *dev;
193 struct fwnet_device *dev;
442 static struct fwnet_peer *fwnet_peer_find_by_guid(struct fwnet_device *dev,
455 static struct fwnet_peer *fwnet_peer_find_by_node_id(struct fwnet_device *dev,
558 static int fwnet_incoming_packet(struct fwnet_device *dev, __be32 *buf, int len,
707 struct fwnet_device *dev = callback_data;
750 struct fwnet_device *dev;
813 static void dec_queued_datagrams(struct fwnet_device *dev)
823 struct fwnet_device *dev = ptask->dev;
900 struct fwnet_device *dev = ptask->dev;
949 struct fwnet_device *dev;
1046 static void fwnet_fifo_stop(struct fwnet_device *dev)
1055 static int fwnet_fifo_start(struct fwnet_device *dev)
1076 static void __fwnet_broadcast_stop(struct fwnet_device *dev)
1094 static void fwnet_broadcast_stop(struct fwnet_device *dev)
1102 static int fwnet_broadcast_start(struct fwnet_device *dev)
1188 static void set_carrier_state(struct fwnet_device *dev)
1199 struct fwnet_device *dev = netdev_priv(net);
1218 struct fwnet_device *dev = netdev_priv(net);
1229 struct fwnet_device *dev = netdev_priv(net);
1389 static struct fwnet_device *fwnet_dev_find(struct fw_card *card)
1391 struct fwnet_device *dev;
1400 static int fwnet_add_peer(struct fwnet_device *dev,
1439 struct fwnet_device *dev;
1536 static void fwnet_remove_peer(struct fwnet_peer *peer, struct fwnet_device *dev)
1555 struct fwnet_device *dev = peer->dev;