Public Attributes | |
uint32_t * | buf |
uint64_t | buf_phys_addr |
struct QueueRegs * | regs |
uint32_t * | buf_head_ptr |
uint32_t | rx_head |
uint32_t | rx_tail |
uint64_t | phys_buf_offset |
enso_pipe_id_t | id |
std::string | huge_page_prefix |
Definition at line 111 of file internals.h.
uint32_t* enso::RxEnsoPipeInternal::buf |
Definition at line 112 of file internals.h.
uint32_t* enso::RxEnsoPipeInternal::buf_head_ptr |
Definition at line 115 of file internals.h.
uint64_t enso::RxEnsoPipeInternal::buf_phys_addr |
Definition at line 113 of file internals.h.
std::string enso::RxEnsoPipeInternal::huge_page_prefix |
Definition at line 120 of file internals.h.
enso_pipe_id_t enso::RxEnsoPipeInternal::id |
Definition at line 119 of file internals.h.
uint64_t enso::RxEnsoPipeInternal::phys_buf_offset |
Definition at line 118 of file internals.h.
struct QueueRegs* enso::RxEnsoPipeInternal::regs |
Definition at line 114 of file internals.h.
uint32_t enso::RxEnsoPipeInternal::rx_head |
Definition at line 116 of file internals.h.
uint32_t enso::RxEnsoPipeInternal::rx_tail |
Definition at line 117 of file internals.h.