Home
last modified time | relevance | path

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

/f-stack/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.h158 void (*set_status)(struct virtio_crypto_hw *hw, uint8_t status); member
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c248 .set_status = legacy_set_status,
453 .set_status = modern_set_status,
498 VTPCI_OPS(hw)->set_status(hw, VIRTIO_CONFIG_STATUS_RESET); in vtpci_reset()
515 VTPCI_OPS(hw)->set_status(hw, status); in vtpci_set_status()
H A Dvirtio_pci.h226 void (*set_status)(struct virtio_hw *hw, uint8_t status); member
H A Dvirtio_user_ethdev.c469 .set_status = virtio_user_set_status,