Home
last modified time | relevance | path

Searched refs:backend_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/xen-netback/
Dxenbus.c13 static int connect_data_rings(struct backend_info *be,
15 static void connect(struct backend_info *be);
16 static int read_xenbus_vif_flags(struct backend_info *be);
17 static int backend_create_xenvif(struct backend_info *be);
18 static void unregister_hotplug_status_watch(struct backend_info *be);
20 static void set_backend_state(struct backend_info *be,
200 struct backend_info *be = dev_get_drvdata(&dev->dev); in netback_remove()
231 struct backend_info *be = kzalloc(sizeof(struct backend_info), in netback_probe()
385 struct backend_info *be = dev_get_drvdata(&xdev->dev); in netback_uevent()
400 static int backend_create_xenvif(struct backend_info *be) in backend_create_xenvif()
[all …]
Dcommon.h251 struct backend_info { struct
302 struct backend_info *be;
/Linux-v5.4/drivers/block/xen-blkback/
Dxenbus.c21 struct backend_info { struct
31 static void connect(struct backend_info *); argument
32 static int connect_ring(struct backend_info *);
38 struct xenbus_device *xen_blkbk_xenbus(struct backend_info *be) in xen_blkbk_xenbus()
346 struct backend_info *be = dev_get_drvdata(&dev->dev); \
395 struct backend_info *be = dev_get_drvdata(&dev->dev); \
494 struct backend_info *be = dev_get_drvdata(&dev->dev); in xen_blkbk_remove()
520 struct backend_info *be, int state) in xen_blkbk_flush_diskcache()
533 static void xen_blkbk_discard(struct xenbus_transaction xbt, struct backend_info *be) in xen_blkbk_discard()
576 struct backend_info *be, int state) in xen_blkbk_barrier()
[all …]
Dcommon.h234 struct backend_info;
311 struct backend_info *be;
388 struct backend_info *be, int state);
391 struct backend_info *be, int state);
392 struct xenbus_device *xen_blkbk_xenbus(struct backend_info *be);