|
DPDK 26.07.0-rc1
|
#include <rte_pmd_cnxk.h>
Data Fields | |
| uint64_t | len_l |
| uint64_t | bitpos_l |
| uint64_t | len_m |
| uint64_t | bitpos_m |
| uint64_t | len_h |
| uint64_t | bitpos_h |
RX Extract Inline Configuration structure This structure represents the NIX_AF_RX_EXTRACT_INLINE(0..7) register fields.
Definition at line 774 of file rte_pmd_cnxk.h.
| uint64_t len_l |
LEN_L (bits 5:0) - Bit length from BITPOS_L (0-32)
Definition at line 776 of file rte_pmd_cnxk.h.
| uint64_t bitpos_l |
BITPOS_L (bits 13:8) - Bit pos to start extraction
Definition at line 778 of file rte_pmd_cnxk.h.
| uint64_t len_m |
LEN_M (bits 21:16) - Bit length from BITPOS_M (0-32)
Definition at line 780 of file rte_pmd_cnxk.h.
| uint64_t bitpos_m |
BITPOS_M (bits 29:24) - Bit pos to start extraction
Definition at line 782 of file rte_pmd_cnxk.h.
| uint64_t len_h |
LEN_H (bits 37:32) - Bit length from BITPOS_H (0-32)
Definition at line 784 of file rte_pmd_cnxk.h.
| uint64_t bitpos_h |
BITPOS_H (bits 45:40) - Bit pos to start extraction
Definition at line 786 of file rte_pmd_cnxk.h.