Searched refs:set_status (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.c | 230 .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 D | virtio_pci.h | 158 void (*set_status)(struct virtio_crypto_hw *hw, uint8_t status); member
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.c | 248 .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 D | virtio_pci.h | 226 void (*set_status)(struct virtio_hw *hw, uint8_t status); member
|
| H A D | virtio_user_ethdev.c | 469 .set_status = virtio_user_set_status,
|