logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_ecpri_msg_rm_access

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_ecpri_msg_rm_access(3)

Detailed Description

       eCPRI Message Header of Type #4: Remote Memory Access

       Definition at line 121 of file rte_ecpri.h.

Field Documentation

uint32_tele_id
       Element ID

       Definition at line 123 of file rte_ecpri.h.

   uint32_trr
       Req/Resp

       Definition at line 124 of file rte_ecpri.h.

   uint32_trw
       Read/Write

       Definition at line 125 of file rte_ecpri.h.

   uint32_trma_id
       Remote Memory Access ID

       Definition at line 126 of file rte_ecpri.h.

   uint8_taddr[6]
       48-bits address

       Definition at line 133 of file rte_ecpri.h.

   rte_be16_tlength
       number of bytes

       Definition at line 134 of file rte_ecpri.h.

Name

       rte_ecpri_msg_rm_access

Synopsis

       #include <rte_ecpri.h>

   DataFields
       uint32_t ele_id:16
       uint32_t rr:4
       uint32_t rw:4
       uint32_t rma_id:8
       uint8_t addr [6]
       rte_be16_tlength

See Also