Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio.c48 while (VIRTIO_OPS(hw)->get_status(hw) != VIRTIO_CONFIG_STATUS_RESET) { in virtio_reset()
67 status |= VIRTIO_OPS(hw)->get_status(hw); in virtio_set_status()
75 return VIRTIO_OPS(hw)->get_status(hw); in virtio_get_status()
H A Dvirtio.h236 uint8_t (*get_status)(struct virtio_hw *hw); member
H A Dvirtio_pci.c325 .get_status = legacy_get_status,
583 .get_status = modern_get_status,
H A Dvirtio_user_ethdev.c282 .get_status = virtio_user_get_status,
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c229 .get_status = modern_get_status,
277 VTPCI_OPS(hw)->get_status(hw); in vtpci_cryptodev_reset()
290 status |= VTPCI_OPS(hw)->get_status(hw); in vtpci_cryptodev_set_status()
298 return VTPCI_OPS(hw)->get_status(hw); in vtpci_cryptodev_get_status()
H A Dvirtio_pci.h158 uint8_t (*get_status)(struct virtio_crypto_hw *hw); member
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h80 int (*get_status)(struct virtio_user_dev *dev, uint8_t *status); member
H A Dvhost_vdpa.c627 .get_status = vhost_vdpa_get_status,
H A Dvhost_kernel.c613 .get_status = vhost_kernel_get_status,
H A Dvhost_user.c1006 .get_status = vhost_user_get_status,
H A Dvirtio_user_dev.c895 ret = dev->ops->get_status(dev, &status); in virtio_user_dev_update_status()