Home
last modified time | relevance | path

Searched refs:set_status (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/virtio/
H A Dvirtio.c46 VIRTIO_OPS(hw)->set_status(hw, VIRTIO_CONFIG_STATUS_RESET); in virtio_reset()
69 VIRTIO_OPS(hw)->set_status(hw, status); in virtio_set_status()
H A Dvirtio.h237 void (*set_status)(struct virtio_hw *hw, uint8_t status); member
H A Dvirtio_pci.c326 .set_status = legacy_set_status,
584 .set_status = modern_set_status,
H A Dvirtio_user_ethdev.c283 .set_status = virtio_user_set_status,
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c230 .set_status = modern_set_status,
275 VTPCI_OPS(hw)->set_status(hw, VIRTIO_CONFIG_STATUS_RESET); in vtpci_cryptodev_reset()
292 VTPCI_OPS(hw)->set_status(hw, status); in vtpci_cryptodev_set_status()
H A Dvirtio_pci.h159 void (*set_status)(struct virtio_crypto_hw *hw, uint8_t status); member
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h81 int (*set_status)(struct virtio_user_dev *dev, uint8_t status); member
H A Dvhost_vdpa.c628 .set_status = vhost_vdpa_set_status,
H A Dvhost_kernel.c614 .set_status = vhost_kernel_set_status,
H A Dvhost_user.c1007 .set_status = vhost_user_set_status,
H A Dvirtio_user_dev.c879 ret = dev->ops->set_status(dev, status); in virtio_user_dev_set_status()