Lines Matching refs:fwnet_device

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