Lines Matching refs:fwnet_device
133 struct fwnet_device { struct
173 struct fwnet_device *dev; argument
192 struct fwnet_device *dev;
446 static struct fwnet_peer *fwnet_peer_find_by_guid(struct fwnet_device *dev, in fwnet_peer_find_by_guid()
459 static struct fwnet_peer *fwnet_peer_find_by_node_id(struct fwnet_device *dev, in fwnet_peer_find_by_node_id()
486 struct fwnet_device *dev; in fwnet_finish_incoming_packet()
564 static int fwnet_incoming_packet(struct fwnet_device *dev, __be32 *buf, int len, in fwnet_incoming_packet()
702 struct fwnet_device *dev = callback_data; in fwnet_receive_packet()
728 struct fwnet_device *dev; in fwnet_receive_broadcast()
799 static void dec_queued_datagrams(struct fwnet_device *dev) in dec_queued_datagrams()
809 struct fwnet_device *dev = ptask->dev; in fwnet_transmit_packet_done()
886 struct fwnet_device *dev = ptask->dev; in fwnet_transmit_packet_failed()
935 struct fwnet_device *dev; in fwnet_send_packet()
1034 static void fwnet_fifo_stop(struct fwnet_device *dev) in fwnet_fifo_stop()
1043 static int fwnet_fifo_start(struct fwnet_device *dev) in fwnet_fifo_start()
1064 static void __fwnet_broadcast_stop(struct fwnet_device *dev) in __fwnet_broadcast_stop()
1082 static void fwnet_broadcast_stop(struct fwnet_device *dev) in fwnet_broadcast_stop()
1090 static int fwnet_broadcast_start(struct fwnet_device *dev) in fwnet_broadcast_start()
1176 static void set_carrier_state(struct fwnet_device *dev) in set_carrier_state()
1187 struct fwnet_device *dev = netdev_priv(net); in fwnet_open()
1206 struct fwnet_device *dev = netdev_priv(net); in fwnet_stop()
1217 struct fwnet_device *dev = netdev_priv(net); in fwnet_tx()
1387 static struct fwnet_device *fwnet_dev_find(struct fw_card *card) in fwnet_dev_find()
1389 struct fwnet_device *dev; in fwnet_dev_find()
1398 static int fwnet_add_peer(struct fwnet_device *dev, in fwnet_add_peer()
1437 struct fwnet_device *dev; in fwnet_probe()
1535 static void fwnet_remove_peer(struct fwnet_peer *peer, struct fwnet_device *dev) in fwnet_remove_peer()
1554 struct fwnet_device *dev = peer->dev; in fwnet_remove()