Searched refs:get_status (Results 1 – 11 of 11) sorted by relevance
48 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()
236 uint8_t (*get_status)(struct virtio_hw *hw); member
325 .get_status = legacy_get_status,583 .get_status = modern_get_status,
282 .get_status = virtio_user_get_status,
229 .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()
158 uint8_t (*get_status)(struct virtio_crypto_hw *hw); member
80 int (*get_status)(struct virtio_user_dev *dev, uint8_t *status); member
627 .get_status = vhost_vdpa_get_status,
613 .get_status = vhost_kernel_get_status,
1006 .get_status = vhost_user_get_status,
895 ret = dev->ops->get_status(dev, &status); in virtio_user_dev_update_status()