search for: 50732af3b65691

Displaying 5 results from an estimated 5 matches for "50732af3b65691".

2019 Sep 23
2
[PATCH 2/6] mdev: introduce device specific ops
...uct mdev_class_id *id_table; 7b96953bc640b6 Kirti Wankhede 2016-11-17 100 }; 7b96953bc640b6 Kirti Wankhede 2016-11-17 101 7b96953bc640b6 Kirti Wankhede 2016-11-17 102 #define to_mdev_driver(drv) container_of(drv, struct mdev_driver, driver) 7b96953bc640b6 Kirti Wankhede 2016-11-17 103 50732af3b65691 Parav Pandit 2019-04-30 104 void *mdev_get_drvdata(struct mdev_device *mdev); 50732af3b65691 Parav Pandit 2019-04-30 105 void mdev_set_drvdata(struct mdev_device *mdev, void *data); 50732af3b65691 Parav Pandit 2019-04-30 @106 const guid_t *mdev_uuid(struct mdev_device *mdev); 7b96953b...
2019 Sep 23
2
[PATCH 2/6] mdev: introduce device specific ops
...uct mdev_class_id *id_table; 7b96953bc640b6 Kirti Wankhede 2016-11-17 100 }; 7b96953bc640b6 Kirti Wankhede 2016-11-17 101 7b96953bc640b6 Kirti Wankhede 2016-11-17 102 #define to_mdev_driver(drv) container_of(drv, struct mdev_driver, driver) 7b96953bc640b6 Kirti Wankhede 2016-11-17 103 50732af3b65691 Parav Pandit 2019-04-30 104 void *mdev_get_drvdata(struct mdev_device *mdev); 50732af3b65691 Parav Pandit 2019-04-30 105 void mdev_set_drvdata(struct mdev_device *mdev, void *data); 50732af3b65691 Parav Pandit 2019-04-30 @106 const guid_t *mdev_uuid(struct mdev_device *mdev); 7b96953b...
2019 Sep 23
0
[PATCH 2/6] mdev: introduce device specific ops
...le; > 7b96953bc640b6 Kirti Wankhede 2016-11-17 100 }; > 7b96953bc640b6 Kirti Wankhede 2016-11-17 101 > 7b96953bc640b6 Kirti Wankhede 2016-11-17 102 #define to_mdev_driver(drv) container_of(drv, struct mdev_driver, driver) > 7b96953bc640b6 Kirti Wankhede 2016-11-17 103 > 50732af3b65691 Parav Pandit 2019-04-30 104 void *mdev_get_drvdata(struct mdev_device *mdev); > 50732af3b65691 Parav Pandit 2019-04-30 105 void mdev_set_drvdata(struct mdev_device *mdev, void *data); > 50732af3b65691 Parav Pandit 2019-04-30 @106 const guid_t *mdev_uuid(struct mdev_device *mdev)...
2019 Sep 23
14
[PATCH 0/6] mdev based hardware virtio offloading support
Hi all: There are hardware that can do virtio datapath offloading while having its own control path. This path tries to implement a mdev based unified API to support using kernel virtio driver to drive those devices. This is done by introducing a new mdev transport for virtio (virtio_mdev) and register itself as a new kind of mdev driver. Then it provides a unified way for kernel virtio driver to
2019 Sep 23
14
[PATCH 0/6] mdev based hardware virtio offloading support
Hi all: There are hardware that can do virtio datapath offloading while having its own control path. This path tries to implement a mdev based unified API to support using kernel virtio driver to drive those devices. This is done by introducing a new mdev transport for virtio (virtio_mdev) and register itself as a new kind of mdev driver. Then it provides a unified way for kernel virtio driver to