 |
AM263Px MCU+ SDK
11.00.00
|
|
Go to the documentation of this file.
47 #ifndef ENET_MOD_HOSTPORT_H_
48 #define ENET_MOD_HOSTPORT_H_
68 #define ENET_HOSTPORT_PUBLIC_IOCTL(x) (ENET_IOCTL_TYPE_PUBLIC | \
69 ENET_IOCTL_HOSTPORT_BASE | \
79 typedef enum EnetHostPort_Ioctl_e
238 typedef enum EnetHostPort_IngressPriorityType_e
@ ENET_HOSTPORT_IOCTL_SET_INGRESS_DSCP_PRI_MAP
Set ingress DSCP priority (TOS) map.
Definition: enet_mod_hostport.h:124
#define ENET_HOSTPORT_PUBLIC_IOCTL(x)
Helper macro to create IOCTL commands for host port module.
Definition: enet_mod_hostport.h:68
@ ENET_HOSTPORT_IOCTL_SET_CREDIT_BASED_SHAPING
Set Idleslope for Credit Based Shaper on Host Port.
Definition: enet_mod_hostport.h:223
@ ENET_HOSTPORT_IOCTL_ENABLE
Enable host port.
Definition: enet_mod_hostport.h:106
@ ENET_HOSTPORT_IS_CSUM_OFFLOAD_ENABLED
Check if checksum offload is enabled.
Definition: enet_mod_hostport.h:214
This file contains the type definitions and helper macros that are common for host and MAC ports.
This file contains the basic types using across the Enet driver.
EnetHostPort_Ioctl
Host port IOCTL commands.
Definition: enet_mod_hostport.h:80
This file contains the type definitions and helper macros for the Enet IOCTL interface.
@ ENET_HOSTPORT_IOCTL_SET_EGRESS_QOS_PRI_MAP
Set QoS egress priority map.
Definition: enet_mod_hostport.h:160
@ ENET_HOSTPORT_IOCTL_GET_EGRESS_QOS_PRI_MAP
Get QoS egress priority map.
Definition: enet_mod_hostport.h:169
@ ENET_INGRESS_PRI_TYPE_FIXED
Definition: enet_mod_hostport.h:241
EnetHostPort_IngressPriorityType
Port priority type.
Definition: enet_mod_hostport.h:239
@ ENET_HOSTPORT_IOCTL_ENABLE_INGRESS_TRAFFIC_SHAPING
Enable ingress traffic shaping configuration.
Definition: enet_mod_hostport.h:178
@ ENET_HOSTPORT_IOCTL_GET_INGRESS_DSCP_PRI_MAP
Get ingress DSCP priority (TOS) map.
Definition: enet_mod_hostport.h:133
@ ENET_HOSTPORT_IOCTL_GET_MAXLEN
Get MRU and MTU.
Definition: enet_mod_hostport.h:205
@ ENET_HOSTPORT_IOCTL_GET_INGRESS_TRAFFIC_SHAPING
Get ingress traffic shaping configuration.
Definition: enet_mod_hostport.h:196
@ ENET_HOSTPORT_IOCTL_PRINT_REGS
Print host port registers.
Definition: enet_mod_hostport.h:97
@ ENET_HOSTPORT_IOCTL_SET_PRI_REGEN_MAP
Set VLAN priority regeneration map.
Definition: enet_mod_hostport.h:142
@ ENET_HOSTPORT_IOCTL_GET_PRI_REGEN_MAP
Get VLAN priority regeneration map.
Definition: enet_mod_hostport.h:151
@ ENET_HOSTPORT_IOCTL_GET_CREDIT_BASED_SHAPING
Get Idleslope of Credit Based Shaper on Host Port queue.
Definition: enet_mod_hostport.h:232
@ ENET_INGRESS_PRI_TYPE_RR
Definition: enet_mod_hostport.h:244
@ ENET_HOSTPORT_IOCTL_DISABLE_INGRESS_TRAFFIC_SHAPING
Disable ingress traffic shaping configuration.
Definition: enet_mod_hostport.h:187
@ ENET_HOSTPORT_IOCTL_GET_VERSION
Get the hardware version of the host port module.
Definition: enet_mod_hostport.h:88
@ ENET_HOSTPORT_IOCTL_DISABLE
Disable host port.
Definition: enet_mod_hostport.h:115