|
DPDK 26.07.0-rc1
|
#include <rte_pmd_cnxk.h>
Data Fields | |
| uint64_t | logmult |
| uint64_t | sizem1 |
| uint64_t | offset |
| uint64_t | valid |
RX Protocol Field Inline Configuration structure This structure represents the NIX_AF_RX_PROT_FIELD(0..8)_INLINE(0..7) registers.
Definition at line 811 of file rte_pmd_cnxk.h.
| uint64_t logmult |
LOGMULT (bits 13:12) - Multiply: 0=1, 1=2, 2=4, 3=8
Definition at line 813 of file rte_pmd_cnxk.h.
| uint64_t sizem1 |
SIZEM1 (bits 11:8) - Size of field in nibbles
Definition at line 815 of file rte_pmd_cnxk.h.
| uint64_t offset |
OFFSET (bits 7:2) - Offset from header start in nibbles
Definition at line 817 of file rte_pmd_cnxk.h.
| uint64_t valid |
VALID (bit 0) - Valid flag
Definition at line 819 of file rte_pmd_cnxk.h.