table of contents
rte_swx_ctl_regarray_info(3) | DPDK | rte_swx_ctl_regarray_info(3) |
NAME¶
rte_swx_ctl_regarray_info
SYNOPSIS¶
#include <rte_swx_ctl.h>
Data Fields¶
char name [RTE_SWX_CTL_NAME_SIZE]
uint32_t size
Detailed Description¶
Register array info.
Definition at line 1172 of file rte_swx_ctl.h.
Field Documentation¶
char name[RTE_SWX_CTL_NAME_SIZE]¶
Register array name.
Definition at line 1174 of file rte_swx_ctl.h.
uint32_t size¶
Register array size.
Definition at line 1177 of file rte_swx_ctl.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |