FD.io VPP  v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
rdma_txq_t Struct Reference
+ Collaboration diagram for rdma_txq_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

u32 size
 
u32 n_enq
 
struct ibv_cq * cq
 
struct ibv_qp * qp
 
clib_spinlock_t lock
 

Detailed Description

Definition at line 49 of file rdma.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

rdma_txq_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ cq

struct ibv_cq* rdma_txq_t::cq

Definition at line 54 of file rdma.h.

◆ lock

clib_spinlock_t rdma_txq_t::lock

Definition at line 56 of file rdma.h.

◆ n_enq

u32 rdma_txq_t::n_enq

Definition at line 53 of file rdma.h.

◆ qp

struct ibv_qp* rdma_txq_t::qp

Definition at line 55 of file rdma.h.

◆ size

u32 rdma_txq_t::size

Definition at line 52 of file rdma.h.


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