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

Go to the source code of this file.

Macros

#define __MOTR_DTM0_TX_DESC_XC_H__
 

Functions

M0_INTERNAL void m0_xc_m0_dtm0_tid_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_dtm0_tx_pa_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_dtm0_tx_participants_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_dtm0_tx_desc_struct_init (void)
 
M0_INTERNAL void m0_xc_dtm0_tx_desc_init (void)
 
M0_INTERNAL void m0_xc_dtm0_tx_desc_fini (void)
 

Variables

struct m0_xcode_typem0_dtm0_tid_xc
 
struct m0_xcode_typem0_dtm0_tx_pa_xc
 
struct m0_xcode_typem0_dtm0_tx_participants_xc
 
struct m0_xcode_typem0_dtm0_tx_desc_xc
 
struct m0_xcode_enum m0_xc_m0_dtm0_tx_pa_state_enum
 

Macro Definition Documentation

◆ __MOTR_DTM0_TX_DESC_XC_H__

#define __MOTR_DTM0_TX_DESC_XC_H__

Definition at line 6 of file tx_desc_xc.h.

Function Documentation

◆ m0_xc_dtm0_tx_desc_fini()

M0_INTERNAL void m0_xc_dtm0_tx_desc_fini ( void  )

Definition at line 277 of file tx_desc_xc.c.

◆ m0_xc_dtm0_tx_desc_init()

M0_INTERNAL void m0_xc_dtm0_tx_desc_init ( void  )

Definition at line 269 of file tx_desc_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_dtm0_tid_struct_init()

M0_INTERNAL void m0_xc_m0_dtm0_tid_struct_init ( void  )

Definition at line 129 of file tx_desc_xc.c.

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

◆ m0_xc_m0_dtm0_tx_desc_struct_init()

M0_INTERNAL void m0_xc_m0_dtm0_tx_desc_struct_init ( void  )

Definition at line 234 of file tx_desc_xc.c.

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

◆ m0_xc_m0_dtm0_tx_pa_struct_init()

M0_INTERNAL void m0_xc_m0_dtm0_tx_pa_struct_init ( void  )

Definition at line 164 of file tx_desc_xc.c.

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

◆ m0_xc_m0_dtm0_tx_participants_struct_init()

M0_INTERNAL void m0_xc_m0_dtm0_tx_participants_struct_init ( void  )

Definition at line 199 of file tx_desc_xc.c.

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

Variable Documentation

◆ m0_dtm0_tid_xc

struct m0_xcode_type* m0_dtm0_tid_xc

Definition at line 10 of file tx_desc_xc.c.

◆ m0_dtm0_tx_desc_xc

struct m0_xcode_type* m0_dtm0_tx_desc_xc

Definition at line 13 of file tx_desc_xc.c.

◆ m0_dtm0_tx_pa_xc

struct m0_xcode_type* m0_dtm0_tx_pa_xc

Definition at line 11 of file tx_desc_xc.c.

◆ m0_dtm0_tx_participants_xc

struct m0_xcode_type* m0_dtm0_tx_participants_xc

Definition at line 12 of file tx_desc_xc.c.

◆ m0_xc_m0_dtm0_tx_pa_state_enum

struct m0_xcode_enum m0_xc_m0_dtm0_tx_pa_state_enum

Definition at line 122 of file tx_desc_xc.c.