On Tue, 22 Oct 2024 20:59:09 +0800
Junlong Wang wrote:
> +#pragma pack(1)
> +struct qinfo {
> + uint16_t q_type;
> + uint16_t wq_tail;
> + uint16_t wq_head;
> + uint16_t cq_tail;
> + uint16_t cq_head;
> + uint16_t cycle;
> +};
> +
> +struct zsda_admin_resp_qcfg {
> + u
Introduce common functions and logging macros.
Signed-off-by: Hanxiao Li
---
drivers/common/zsda/meson.build | 14 ++
drivers/common/zsda/zsda_common.c | 240 +
drivers/common/zsda/zsda_common.h | 333 ++
drivers/common/zsda/zsda_logs.c | 19
From: Hanxiao Li
Introduce common functions and logging macros.
Signed-off-by: Hanxiao Li
---
drivers/common/zsda/meson.build | 14 ++
drivers/common/zsda/zsda_common.c | 240 +
drivers/common/zsda/zsda_common.h | 333 ++
drivers/common/zsda/z
3 matches
Mail list logo