struct rcf_tce_conf

Overview

The TCE configuration. More…

#include <rcf_tce_conf.h>

struct rcf_tce_conf {
    // fields

    rcf_tce_local_conf_t local;

    // methods

    SLIST_HEAD(rcf_tce_type_conf);
};

Detailed Documentation

The TCE configuration.

Fields

rcf_tce_local_conf_t local

The configuration of the TA engine.

Methods

SLIST_HEAD(rcf_tce_type_conf)

Configurations of TA types.