FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
rdma_mlx5_wqe_t Struct Reference

Public Member Functions

 CLIB_ALIGN_MARK (align0, MLX5_SEND_WQE_BB)
 

Data Fields

union {
   struct mlx5_wqe_ctrl_seg   ctrl
 
   struct {
      u8   opc_mod
 
      u8   wqe_index_hi
 
      u8   wqe_index_lo
 
      u8   opcode
 
   } 
 
}; 
 
struct mlx5_wqe_eth_seg eseg
 
struct mlx5_wqe_data_seg dseg
 

Detailed Description

Definition at line 46 of file rdma.h.

Member Function Documentation

◆ CLIB_ALIGN_MARK()

rdma_mlx5_wqe_t::CLIB_ALIGN_MARK ( align0  ,
MLX5_SEND_WQE_BB   
)

Field Documentation

◆ @111

union { ... }

◆ ctrl

struct mlx5_wqe_ctrl_seg rdma_mlx5_wqe_t::ctrl

Definition at line 51 of file rdma.h.

◆ dseg

struct mlx5_wqe_data_seg rdma_mlx5_wqe_t::dseg

Definition at line 61 of file rdma.h.

◆ eseg

struct mlx5_wqe_eth_seg rdma_mlx5_wqe_t::eseg

Definition at line 60 of file rdma.h.

◆ opc_mod

u8 rdma_mlx5_wqe_t::opc_mod

Definition at line 54 of file rdma.h.

◆ opcode

u8 rdma_mlx5_wqe_t::opcode

Definition at line 57 of file rdma.h.

◆ wqe_index_hi

u8 rdma_mlx5_wqe_t::wqe_index_hi

Definition at line 55 of file rdma.h.

◆ wqe_index_lo

u8 rdma_mlx5_wqe_t::wqe_index_lo

Definition at line 56 of file rdma.h.


The documentation for this struct was generated from the following file: