This file contains the type definitions and helper macros for the CPSW host port module.
Go to the source code of this file.
Data Structures | |
struct | CpswHostPort_FifoStats |
FIFO related statistics of the host port. More... | |
struct | CpswHostPort_Cfg |
Host port module configuration parameters. More... | |
Macros | |
#define | CPSW_HOSTPORT_PUBLIC_IOCTL(x) |
Helper macro to create IOCTL commands for CPSW host port module. More... | |
Enumerations | |
enum | CpswHostPort_Ioctl { CPSW_HOSTPORT_IOCTL_GET_FIFO_STATS = CPSW_HOSTPORT_PUBLIC_IOCTL(0U), CPSW_HOSTPORT_GET_FLOW_ID_OFFSET = CPSW_HOSTPORT_PUBLIC_IOCTL(1U) } |
CPSW HOST port IOCTL commands. More... | |
Functions | |
void | CpswHostPort_initCfg (CpswHostPort_Cfg *hostPortCfg) |
Initialize CPSW host port configuration parameters. More... | |