Motr  M0
wire_xc.h File Reference
#include <sys/types.h>
#include "xcode/xcode.h"
Include dependency graph for wire_xc.h:

Go to the source code of this file.

Macros

#define __MOTR_FOP_WIRE_XC_H__
 

Functions

M0_INTERNAL void m0_xc_m0_fop_fol_frag_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_fop_str_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_fop_generic_reply_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_be_tx_remid_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_fop_mod_rep_struct_init (void)
 
M0_INTERNAL void m0_xc_fop_wire_init (void)
 
M0_INTERNAL void m0_xc_fop_wire_fini (void)
 

Variables

struct m0_xcode_typem0_fop_fol_frag_xc
 
struct m0_xcode_typem0_fop_str_xc
 
struct m0_xcode_typem0_fop_generic_reply_xc
 
struct m0_xcode_typem0_be_tx_remid_xc
 
struct m0_xcode_typem0_fop_mod_rep_xc
 

Macro Definition Documentation

◆ __MOTR_FOP_WIRE_XC_H__

#define __MOTR_FOP_WIRE_XC_H__

Definition at line 6 of file wire_xc.h.

Function Documentation

◆ m0_xc_fop_wire_fini()

M0_INTERNAL void m0_xc_fop_wire_fini ( void  )

Definition at line 344 of file wire_xc.c.

◆ m0_xc_fop_wire_init()

M0_INTERNAL void m0_xc_fop_wire_init ( void  )

Definition at line 335 of file wire_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_be_tx_remid_struct_init()

M0_INTERNAL void m0_xc_m0_be_tx_remid_struct_init ( void  )

Definition at line 280 of file wire_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_fop_fol_frag_struct_init()

M0_INTERNAL void m0_xc_m0_fop_fol_frag_struct_init ( void  )

Definition at line 145 of file wire_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_fop_generic_reply_struct_init()

M0_INTERNAL void m0_xc_m0_fop_generic_reply_struct_init ( void  )

Definition at line 245 of file wire_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_fop_mod_rep_struct_init()

M0_INTERNAL void m0_xc_m0_fop_mod_rep_struct_init ( void  )

Definition at line 315 of file wire_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_fop_str_struct_init()

M0_INTERNAL void m0_xc_m0_fop_str_struct_init ( void  )

Definition at line 210 of file wire_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ m0_be_tx_remid_xc

struct m0_xcode_type* m0_be_tx_remid_xc

Definition at line 13 of file wire_xc.c.

◆ m0_fop_fol_frag_xc

struct m0_xcode_type* m0_fop_fol_frag_xc

Definition at line 10 of file wire_xc.c.

◆ m0_fop_generic_reply_xc

struct m0_xcode_type* m0_fop_generic_reply_xc

Definition at line 12 of file wire_xc.c.

◆ m0_fop_mod_rep_xc

struct m0_xcode_type* m0_fop_mod_rep_xc

Definition at line 14 of file wire_xc.c.

◆ m0_fop_str_xc

struct m0_xcode_type* m0_fop_str_xc

Definition at line 11 of file wire_xc.c.