![]() |
ETHFW API Guide
|
Data Structures | |
| struct | EthFwPortMirroring_SrcPortMirrorCfg |
| Source port mirroring configuration. More... | |
| struct | EthFwPortMirroring_DstPortMirrorCfg |
| Destination port mirroring configuration. More... | |
| struct | EthFwPortMirroring_TblEntryPortMirrorCfg |
| Table entry port mirroring configuration. More... | |
| union | EthFwPortMirroringMode |
| Union of modes/types of port mirroring possible. More... | |
| struct | EthFwPortMirroring_Cfg |
| Port mirroring configuration. More... | |
Functions | |
| int32_t | EthFwPortMirroring_init (Enet_Handle hEnet, EthFwPortMirroring_Cfg *portMirCfg) |
| Enables/Disables port mirroring. More... | |
Enumerations | |
| enum | EthFwPortMirroringType { SRC_PORT_MIRRORING = 0U, DST_PORT_MIRRORING, TBL_ENTRY_PORT_MIRRORING, DISABLE_PORT_MIRRORING } |
| Enum for port mirroring type. More... | |
| int32_t EthFwPortMirroring_init | ( | Enet_Handle | hEnet, |
| EthFwPortMirroring_Cfg * | portMirCfg | ||
| ) |
Enables/Disables port mirroring.
| hEnet | Handle to CPSW |
| portMirCfg | Port mirroring configuration |