Motr  M0
lnet_main.c File Reference
#include "lib/trace.h"
#include "lib/errno.h"
#include "lib/misc.h"
#include "lib/memory.h"
#include "lib/string.h"
#include "net/net_internal.h"
#include "net/lnet/lnet_core.h"
#include "net/lnet/lnet_xo.h"
#include "net/lnet/lnet_pvt.h"
#include "motr/magic.h"
#include <asm/byteorder.h>
#include "net/lnet/bev_cqueue.c"
#include "net/lnet/lnet_core.c"
#include "net/lnet/lnet_ioctl.h"
#include "net/lnet/ulnet_core.h"
#include "net/lnet/ulnet_core.c"
#include "net/lnet/lnet_xo.c"
#include "net/lnet/lnet_ep.c"
#include "net/lnet/lnet_tm.c"
Include dependency graph for lnet_main.c:

Go to the source code of this file.

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_LNET
 
#define NLXP(fmt, ...)
 
#define NLXDBG(ptr, dbg, stmt)   do { ; } while (0)
 
#define NLXDBGnl(ptr, dbg, stmt)   do { ; } while (0)
 
#define NLXDBGP(ptr, dbg, fmt, ...)   do { ; } while (0)
 
#define NLXDBGPnl(ptr, dbg, fmt, ...)   do { ; } while (0)
 

Functions

M0_INTERNAL int m0_net_lnet_init (void)
 
M0_INTERNAL void m0_net_lnet_fini (void)
 
M0_INTERNAL int m0_net_lnet_ep_addr_net_cmp (const char *addr1, const char *addr2)
 
M0_INTERNAL int m0_net_lnet_ifaces_get (struct m0_net_domain *dom, char ***addrs)
 
M0_INTERNAL void m0_net_lnet_ifaces_put (struct m0_net_domain *dom, char ***addrs)
 
M0_INTERNAL void m0_net_lnet_dom_set_debug (struct m0_net_domain *dom, unsigned dbg)
 
M0_INTERNAL void m0_net_lnet_tm_set_debug (struct m0_net_transfer_mc *tm, unsigned dbg)
 

Macro Definition Documentation

◆ M0_TRACE_SUBSYSTEM

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_LNET

Definition at line 811 of file lnet_main.c.

◆ NLXDBG

#define NLXDBG (   ptr,
  dbg,
  stmt 
)    do { ; } while (0)

Definition at line 877 of file lnet_main.c.

◆ NLXDBGnl

#define NLXDBGnl (   ptr,
  dbg,
  stmt 
)    do { ; } while (0)

Definition at line 878 of file lnet_main.c.

◆ NLXDBGP

#define NLXDBGP (   ptr,
  dbg,
  fmt,
  ... 
)    do { ; } while (0)

Definition at line 879 of file lnet_main.c.

◆ NLXDBGPnl

#define NLXDBGPnl (   ptr,
  dbg,
  fmt,
  ... 
)    do { ; } while (0)

Definition at line 880 of file lnet_main.c.

◆ NLXP

#define NLXP (   fmt,
  ... 
)

Definition at line 876 of file lnet_main.c.