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