Motr  M0
m0_be_reg_area Struct Reference

#include <tx_regmap.h>

Collaboration diagram for m0_be_reg_area:
Collaboration graph

Data Fields

struct m0_be_regmap bra_map
 
enum m0_be_reg_area_type bra_type
 
char * bra_area
 
m0_bcount_t bra_area_used
 
struct m0_be_tx_credit bra_prepared
 
struct m0_be_tx_credit bra_captured
 

Detailed Description

reg_area is a container for disjoint regions (m0_be_reg_d).

Additional information may be stored along with regions. The kind and amount of additional information depends on reg_area type.

See m0_be_reg_area_type for the list of reg_area types.

Definition at line 236 of file tx_regmap.h.

Field Documentation

◆ bra_area

char* bra_area

Definition at line 240 of file tx_regmap.h.

◆ bra_area_used

m0_bcount_t bra_area_used

Definition at line 241 of file tx_regmap.h.

◆ bra_captured

struct m0_be_tx_credit bra_captured

Sum of all regions that were submitted to m0_be_reg_area_capture(). Used to catch credit calculation errors.

Definition at line 247 of file tx_regmap.h.

◆ bra_map

struct m0_be_regmap bra_map

Definition at line 237 of file tx_regmap.h.

◆ bra_prepared

struct m0_be_tx_credit bra_prepared

Definition at line 242 of file tx_regmap.h.

◆ bra_type

enum m0_be_reg_area_type bra_type

Definition at line 238 of file tx_regmap.h.


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