Motr  M0
m0_be_tx_group_cfg Struct Reference

#include <tx_group.h>

Collaboration diagram for m0_be_tx_group_cfg:
Collaboration graph

Data Fields

unsigned long tgc_tx_nr_max
 
unsigned long tgc_seg_nr_max
 
struct m0_be_tx_credit tgc_size_max
 
m0_bcount_t tgc_payload_max
 
struct m0_be_domaintgc_domain
 
struct m0_be_enginetgc_engine
 
struct m0_be_logtgc_log
 
struct m0_be_log_discardtgc_log_discard
 
struct m0_be_pdtgc_pd
 
struct m0_reqhtgc_reqh
 
struct m0_be_group_format_cfg tgc_format
 

Detailed Description

Definition at line 55 of file tx_group.h.

Field Documentation

◆ tgc_domain

struct m0_be_domain* tgc_domain

domain contains tgc_engine.

Definition at line 68 of file tx_group.h.

◆ tgc_engine

struct m0_be_engine* tgc_engine

engine the group belongs to.

Definition at line 70 of file tx_group.h.

◆ tgc_format

struct m0_be_group_format_cfg tgc_format

Group format configuration. Is set by the group.

Definition at line 78 of file tx_group.h.

◆ tgc_log

struct m0_be_log* tgc_log

log to write to for the group_format.

Definition at line 72 of file tx_group.h.

◆ tgc_log_discard

struct m0_be_log_discard* tgc_log_discard

Definition at line 73 of file tx_group.h.

◆ tgc_payload_max

m0_bcount_t tgc_payload_max

Maximum total size of tx payload from the group. Total size is calculated as sum of tx payload size.

Definition at line 66 of file tx_group.h.

◆ tgc_pd

struct m0_be_pd* tgc_pd

Definition at line 74 of file tx_group.h.

◆ tgc_reqh

struct m0_reqh* tgc_reqh

reqh for the group fom.

Definition at line 76 of file tx_group.h.

◆ tgc_seg_nr_max

unsigned long tgc_seg_nr_max

Maximum number of segments regions of captured tx belongs to.

Definition at line 59 of file tx_group.h.

◆ tgc_size_max

struct m0_be_tx_credit tgc_size_max

Maximum size of the group reg_area.

Definition at line 61 of file tx_group.h.

◆ tgc_tx_nr_max

unsigned long tgc_tx_nr_max

Maximum number of transactions in the group

Definition at line 57 of file tx_group.h.


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