Motr  M0
nlx_xo_transfer_mc Struct Reference

#include <lnet_xo.h>

Collaboration diagram for nlx_xo_transfer_mc:
Collaboration graph

Data Fields

struct m0_net_transfer_mcxtm_tm
 
struct m0_bitmap xtm_processors
 
struct m0_thread xtm_ev_thread
 
struct m0_cond xtm_ev_cond
 
struct m0_chanxtm_ev_chan
 
struct nlx_core_transfer_mc xtm_core
 
unsigned _debug_
 

Detailed Description

Private data pointed to by m0_net_transfer_mc::ntm_xprt_private.

Definition at line 85 of file lnet_xo.h.

Field Documentation

◆ _debug_

unsigned _debug_

Definition at line 106 of file lnet_xo.h.

◆ xtm_core

struct nlx_core_transfer_mc xtm_core

LNet Core transfer machine data (shared memory)

Definition at line 104 of file lnet_xo.h.

◆ xtm_ev_chan

struct m0_chan* xtm_ev_chan

Channel used for synchronous buffer event notification

Definition at line 101 of file lnet_xo.h.

◆ xtm_ev_cond

struct m0_cond xtm_ev_cond

Condition variable used by the event thread for synchronous buffer event notification.

Definition at line 98 of file lnet_xo.h.

◆ xtm_ev_thread

struct m0_thread xtm_ev_thread

Event thread

Definition at line 93 of file lnet_xo.h.

◆ xtm_processors

struct m0_bitmap xtm_processors

Transfer machine thread processor affinity

Definition at line 90 of file lnet_xo.h.

◆ xtm_tm

struct m0_net_transfer_mc* xtm_tm

Pointer back to the network tm

Definition at line 87 of file lnet_xo.h.


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