Data Accelerator Offload
Loading...
Searching...
No Matches
dao_virtio.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: Marvell-Proprietary
2 * Copyright (c) 2023 Marvell
3 */
4
11#ifndef __INCLUDE_DAO_VIRTIO_H__
12#define __INCLUDE_DAO_VIRTIO_H__
13
14#include <dao_pem.h>
15
16#include <spec/virtio.h>
17
19#define DAO_VIRTIO_DEV_MAX 128
21#define DAO_VIRTIO_MAX_QUEUES 129U
23#define DAO_VIRTIO_MAX_QUEUE_SZ 4096U
24
26const char *dao_virtio_dev_status_to_str(uint8_t dev_status);
27
28#endif /* __INCLUDE_DAO_VIRTIO_H__ */
const char * dao_virtio_dev_status_to_str(uint8_t dev_status)