#include <copy_engine_defs.hh>
|
| ADD_FIELD32 (source_addr_error, 0, 1) |
|
| ADD_FIELD32 (dest_addr_error, 1, 1) |
|
| ADD_FIELD32 (ndesc_addr_error, 2, 1) |
|
| ADD_FIELD32 (desc_error, 3, 1) |
|
| ADD_FIELD32 (chain_addr_error, 4, 1) |
|
| ADD_FIELD32 (chain_cmd_error, 5, 1) |
|
| ADD_FIELD32 (chipset_parity_error, 6, 1) |
|
| ADD_FIELD32 (dma_parity_error, 7, 1) |
|
| ADD_FIELD32 (read_data_error, 8, 1) |
|
| ADD_FIELD32 (write_data_error, 9, 1) |
|
| ADD_FIELD32 (desc_control_error, 10, 1) |
|
| ADD_FIELD32 (desc_len_error, 11, 1) |
|
| ADD_FIELD32 (completion_addr_error, 12, 1) |
|
| ADD_FIELD32 (interrupt_config_error, 13, 1) |
|
| ADD_FIELD32 (soft_error, 14, 1) |
|
| ADD_FIELD32 (unaffiliated_error, 15, 1) |
|
uint32_t | operator() () |
|
void | operator() (uint32_td) |
|
const Reg< uint32_t > & | operator= (uint32_td) |
|
bool | operator== (uint32_td) |
|
| Reg () |
|
void | serialize (CheckpointOut &cp) const |
|
void | unserialize (CheckpointIn &cp) |
|
Definition at line 180 of file copy_engine_defs.hh.
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
source_addr_error |
, |
|
|
0 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
dest_addr_error |
, |
|
|
1 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
ndesc_addr_error |
, |
|
|
2 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
desc_error |
, |
|
|
3 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
chain_addr_error |
, |
|
|
4 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
chain_cmd_error |
, |
|
|
5 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
chipset_parity_error |
, |
|
|
6 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
dma_parity_error |
, |
|
|
7 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
read_data_error |
, |
|
|
8 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
write_data_error |
, |
|
|
9 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
desc_control_error |
, |
|
|
10 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
desc_len_error |
, |
|
|
11 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
completion_addr_error |
, |
|
|
12 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
interrupt_config_error |
, |
|
|
13 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
soft_error |
, |
|
|
14 |
, |
|
|
1 |
|
|
) |
| |
CopyEngineReg::ChanRegs::CHANERR::ADD_FIELD32 |
( |
unaffiliated_error |
, |
|
|
15 |
, |
|
|
1 |
|
|
) |
| |
The documentation for this struct was generated from the following file: