Lines Matching refs:fwnet_device
134 struct fwnet_device { struct
174 struct fwnet_device *dev; argument
193 struct fwnet_device *dev;
447 static struct fwnet_peer *fwnet_peer_find_by_guid(struct fwnet_device *dev, in fwnet_peer_find_by_guid()
460 static struct fwnet_peer *fwnet_peer_find_by_node_id(struct fwnet_device *dev, in fwnet_peer_find_by_node_id()
487 struct fwnet_device *dev; in fwnet_finish_incoming_packet()
565 static int fwnet_incoming_packet(struct fwnet_device *dev, __be32 *buf, int len, in fwnet_incoming_packet()
714 struct fwnet_device *dev = callback_data; in fwnet_receive_packet()
756 struct fwnet_device *dev; in fwnet_receive_broadcast()
819 static void dec_queued_datagrams(struct fwnet_device *dev) in dec_queued_datagrams()
829 struct fwnet_device *dev = ptask->dev; in fwnet_transmit_packet_done()
906 struct fwnet_device *dev = ptask->dev; in fwnet_transmit_packet_failed()
955 struct fwnet_device *dev; in fwnet_send_packet()
1052 static void fwnet_fifo_stop(struct fwnet_device *dev) in fwnet_fifo_stop()
1061 static int fwnet_fifo_start(struct fwnet_device *dev) in fwnet_fifo_start()
1082 static void __fwnet_broadcast_stop(struct fwnet_device *dev) in __fwnet_broadcast_stop()
1100 static void fwnet_broadcast_stop(struct fwnet_device *dev) in fwnet_broadcast_stop()
1108 static int fwnet_broadcast_start(struct fwnet_device *dev) in fwnet_broadcast_start()
1194 static void set_carrier_state(struct fwnet_device *dev) in set_carrier_state()
1205 struct fwnet_device *dev = netdev_priv(net); in fwnet_open()
1224 struct fwnet_device *dev = netdev_priv(net); in fwnet_stop()
1235 struct fwnet_device *dev = netdev_priv(net); in fwnet_tx()
1395 static struct fwnet_device *fwnet_dev_find(struct fw_card *card) in fwnet_dev_find()
1397 struct fwnet_device *dev; in fwnet_dev_find()
1406 static int fwnet_add_peer(struct fwnet_device *dev, in fwnet_add_peer()
1445 struct fwnet_device *dev; in fwnet_probe()
1543 static void fwnet_remove_peer(struct fwnet_peer *peer, struct fwnet_device *dev) in fwnet_remove_peer()
1562 struct fwnet_device *dev = peer->dev; in fwnet_remove()