|
AM263x MCU+ SDK
10.01.00
|
|
Go to the documentation of this file.
63 #include <priv/core/enet_rm_priv.h>
64 #include <drivers/pruicss/g_v0/pruicss.h>
75 #define ICSSG_PUBLIC_IOCTL(x) (ENET_IOCTL_PER_BASE | \
76 ENET_IOCTL_PER_ICSSG | \
80 #define ICSSG_PORT_NUM (3U)
83 #define ICSSG_MAC_PORT_MAX (ICSSG_PORT_NUM - 1U)
87 #define ICSSG_PER_DUALMAC_PORT_MAX (1U)
90 #define ICSSG_PER_SWITCH_PORT_MAX (ICSSG_MAC_PORT_MAX)
94 #define ICSSG_INSTANCE_NUM (3U)
96 #define ICSSG_INSTANCE_NUM (2U)
100 #define ICSSG_MAX_NUM_BUFFER_POOLS (24U)
103 #define ICSSG_DUALMAC_TX_CH_NUM (ENET_CFG_RM_TX_CH_MAX)
106 #define ICSSG_DUALMAC_RX_FLOW_NUM (ENET_CFG_RM_RX_CH_MAX / 2)
109 #define ICSSG_SWITCH_TX_CH_NUM (ENET_CFG_RM_TX_CH_MAX)
112 #define ICSSG_SWITCH_RX_FLOW_NUM (ENET_CFG_RM_RX_CH_MAX)
115 #define ICSSG_DUALMAC_PORT_BUFFER_POOL_NUM (0U)
118 #define ICSSG_DUALMAC_HOST_EGRESS_QUEUE_NUM (2U)
122 #define ICSSG_SWITCH_PORT_BUFFER_POOL_NUM (8U)
126 #define ICSSG_SWITCH_PORT_BUFFER_POOL_NUM_MAX (8U)
129 #define ICSSG_SWITCH_HOST_EGRESS_QUEUE_NUM (2U)
132 #define ICSSG_HOST_EGRESS_BUFFER_PADDING (2048U)
135 #define ICSSG_SCRATCH_BUFFER_SIZE (ENET_UTILS_ALIGN((2048U), ICSSG_CACHELINE_ALIGNMENT))
149 #define ICSSG_FDB_ENTRY_P0_MEMBERSHIP (ENET_BIT(0U))
156 #define ICSSG_FDB_ENTRY_P1_MEMBERSHIP (ENET_BIT(1U))
163 #define ICSSG_FDB_ENTRY_P2_MEMBERSHIP (ENET_BIT(2U))
170 #define ICSSG_FDB_ENTRY_AGEABLE (ENET_BIT(3U))
178 #define ICSSG_FDB_ENTRY_BLOCK (ENET_BIT(4U))
185 #define ICSSG_FDB_ENTRY_SECURE (ENET_BIT(5U))
193 #define ICSSG_FDB_ENTRY_TOUCHED (ENET_BIT(6U))
200 #define ICSSG_FDB_ENTRY_VALID (ENET_BIT(7U))
206 #define ICSSG_RATE_SRC_SEL_FT1_MATCH0 (0U)
207 #define ICSSG_RATE_SRC_SEL_FT1_MATCH1 (1U)
208 #define ICSSG_RATE_SRC_SEL_FT1_MATCH2 (2U)
209 #define ICSSG_RATE_SRC_SEL_FT1_MATCH3 (3U)
210 #define ICSSG_RATE_SRC_SEL_FT1_MATCH4 (4U)
211 #define ICSSG_RATE_SRC_SEL_FT1_MATCH5 (5U)
212 #define ICSSG_RATE_SRC_SEL_FT1_MATCH6 (6U)
213 #define ICSSG_RATE_SRC_SEL_FT1_MATCH7 (7U)
214 #define ICSSG_RATE_SRC_SEL_FT3_MATCH0 (8U)
215 #define ICSSG_RATE_SRC_SEL_FT3_MATCH1 (9U)
216 #define ICSSG_RATE_SRC_SEL_FT3_MATCH2 (10U)
217 #define ICSSG_RATE_SRC_SEL_FT3_MATCH3 (11U)
218 #define ICSSG_RATE_SRC_SEL_FT3_MATCH4 (12U)
219 #define ICSSG_RATE_SRC_SEL_FT3_MATCH5 (13U)
220 #define ICSSG_RATE_SRC_SEL_FT3_MATCH6 (14U)
221 #define ICSSG_RATE_SRC_SEL_FT3_MATCH7 (15U)
222 #define ICSSG_RATE_SRC_SEL_FT3_MATCH8 (16U)
223 #define ICSSG_RATE_SRC_SEL_FT3_MATCH9 (17U)
224 #define ICSSG_RATE_SRC_SEL_FT3_MATCH10 (18U)
225 #define ICSSG_RATE_SRC_SEL_FT3_MATCH11 (19U)
226 #define ICSSG_RATE_SRC_SEL_FT3_MATCH12 (20U)
227 #define ICSSG_RATE_SRC_SEL_FT3_MATCH13 (21U)
228 #define ICSSG_RATE_SRC_SEL_FT3_MATCH14 (22U)
229 #define ICSSG_RATE_SRC_SEL_FT3_MATCH15 (23U)
230 #define ICSSG_RATE_SRC_SEL_FT_RX_UC (24U)
231 #define ICSSG_RATE_SRC_SEL_FT_RX_MC (25U)
232 #define ICSSG_RATE_SRC_SEL_FT_RX_BC (26U)
233 #define ICSSG_RATE_SRC_SEL_FT_RX_SAV (27U)
234 #define ICSSG_RATE_SRC_SEL_FT_RX_FWD (28U)
235 #define ICSSG_RATE_SRC_SEL_FT_RX_RCV (29U)
236 #define ICSSG_RATE_SRC_SEL_FT_RX_VLAN (30U)
237 #define ICSSG_RATE_SRC_SEL_FT_RX_DA_P (31U)
238 #define ICSSG_RATE_SRC_SEL_FT_RX_DA_I (32U)
239 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW0 (33U)
240 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW1 (34U)
241 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW2 (35U)
242 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW3 (36U)
243 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW4 (37U)
244 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW5 (38U)
245 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW6 (39U)
246 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW7 (40U)
247 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW8 (41U)
248 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW9 (42U)
249 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW10 (43U)
250 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW11 (44U)
251 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW12 (45U)
252 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW13 (46U)
253 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW14 (47U)
254 #define ICSSG_RATE_SRC_SEL_RX_CLASS_RAW15 (48U)
257 #define ICCSG_RX_CLASS_DATA_FT3_MATCH0 (0U)
258 #define ICCSG_RX_CLASS_DATA_FT3_MATCH1 (1U)
259 #define ICCSG_RX_CLASS_DATA_FT3_MATCH2 (2U)
260 #define ICCSG_RX_CLASS_DATA_FT3_MATCH3 (3U)
261 #define ICCSG_RX_CLASS_DATA_FT3_MATCH4 (4U)
262 #define ICCSG_RX_CLASS_DATA_FT3_MATCH5 (5U)
263 #define ICCSG_RX_CLASS_DATA_FT3_MATCH6 (6U)
264 #define ICCSG_RX_CLASS_DATA_FT3_MATCH7 (7U)
265 #define ICCSG_RX_CLASS_DATA_FT3_MATCH8 (8U)
266 #define ICCSG_RX_CLASS_DATA_FT3_MATCH9 (9U)
267 #define ICCSG_RX_CLASS_DATA_FT3_MATCH10 (10U)
268 #define ICCSG_RX_CLASS_DATA_FT3_MATCH11 (11U)
269 #define ICCSG_RX_CLASS_DATA_FT3_MATCH12 (12U)
270 #define ICCSG_RX_CLASS_DATA_FT3_MATCH13 (13U)
271 #define ICCSG_RX_CLASS_DATA_FT3_MATCH14 (14U)
272 #define ICCSG_RX_CLASS_DATA_FT3_MATCH15 (15U)
273 #define ICCSG_RX_CLASS_DATA_FT1_MATCH0 (16U)
274 #define ICCSG_RX_CLASS_DATA_FT1_MATCH1 (17U)
275 #define ICCSG_RX_CLASS_DATA_FT1_MATCH2 (18U)
276 #define ICCSG_RX_CLASS_DATA_FT1_MATCH3 (19U)
277 #define ICCSG_RX_CLASS_DATA_FT1_MATCH4 (20U)
278 #define ICCSG_RX_CLASS_DATA_FT1_MATCH5 (21U)
279 #define ICCSG_RX_CLASS_DATA_FT1_MATCH6 (22U)
280 #define ICCSG_RX_CLASS_DATA_FT1_MATCH7 (23U)
281 #define ICCSG_RX_CLASS_DATA_FT_RX_DA_I (24U)
282 #define ICCSG_RX_CLASS_DATA_FT_RX_DA_P (25U)
283 #define ICCSG_RX_CLASS_DATA_FT_RX_VLAN (26U)
284 #define ICCSG_RX_CLASS_DATA_FT_RX_RCV (27U)
285 #define ICCSG_RX_CLASS_DATA_FT_RX_FWD (28U)
286 #define ICCSG_RX_CLASS_DATA_FT_RX_BC (29U)
287 #define ICCSG_RX_CLASS_DATA_FT_RX_MC (30U)
288 #define ICCSG_RX_CLASS_DATA_FT_RX_SAV (31U)
291 #define ICSSG_TAS_MIN_CYCLE_TIME_NS (1000000)
294 #define ICSSG_TAS_MIN_WINDOW_DURATION_NS (10000)
303 typedef enum Icssg_Instance_Num_e
319 typedef struct Icssg_TxTsEvtCbInfo_s
332 typedef enum Icssg_Ioctl_e
692 typedef enum Icssg_QueuePreemptMode_e
704 typedef enum Icssg_QueueForwardMode_e
716 typedef struct IcssgMacPort_SetQueueCtPremptModeInArgs_s
731 typedef struct IcssgMacPort_ConfigSpecialFramePrioInArgs_s
743 typedef enum Icssg_PortState_e
778 typedef struct IcssgMacPort_SetPortStateInArgs_s
790 typedef enum Icssg_AcceptFrameCheck_e
805 typedef struct Icssg_SetAcceptFrameCheckInArgs_s
817 typedef struct Icssg_MacAddr_s
826 typedef struct IcssgMacPort_SetMacAddressInArgs_s
839 typedef struct Icssg_VlanFidParams_s
876 typedef struct Icssg_VlanFidEntry_s
888 typedef struct Icssg_FdbEntry_s
904 typedef struct Icssg_HwFdbEntry_s
919 typedef struct Icssg_FdbEntry_ReadSlotInArgs_s
928 typedef struct Icssg_FdbEntry_GetSlotOutArgs_s
937 typedef struct Icssg_DfltVlanCfg_s
952 typedef struct Icssg_MacPortDfltVlanCfgInArgs_s
965 typedef struct Icssg_IngressRateLim_s
1014 typedef struct Icssg_custom_Fw_s
1041 typedef struct Icssg_FwPoolMem_s
1092 typedef struct Icssg_MdioLinkStateChangeInfo_s
1122 typedef struct Icssg_mdioLinkIntCfg_s
1140 typedef struct Icssg_Cfg_s
1203 typedef struct IccsgMacPort_Cfg_s
void * mdioLinkStateChangeCbArg
Definition: icssg.h:1128
@ ICSSG_QUEUE_FORWARD_MODE_STOREANDFWD
Definition: icssg.h:707
@ ICSSG_MACPORT_IOCTL_ENABLE_MCAST_FLOOD
Enable flooding of multicast packets to host port.
Definition: icssg.h:593
bool isAlive
Definition: icssg.h:1103
uint8_t type
Definition: icssg.h:980
uint32_t Icssg_getSliceNum(Enet_Type enetType, uint32_t instId, Enet_MacPort macPort)
ICSSG memory pool callback function.
@ ICSSG_MACPORT_IOCTL_DISABLE_MCAST_FLOOD
Disable flooding of multicast packets to host port.
Definition: icssg.h:604
@ ICSSG_QUEUE_FORWARD_MODE_CUTTHROUGH
Definition: icssg.h:710
@ ICSSG_PORT_STATE_TAS_ENABLE
Definition: icssg.h:766
#define ICSSG_MAC_PORT_MAX
Maximum number of MAC ports per ICSSG instance.
Definition: icssg.h:83
@ ICSSG_ACCEPT_ALL
Definition: icssg.h:799
IcssgTimeSync_ClkType
ICSSG TimeSync clock types.
Definition: icssg_timesync.h:78
bool aliveChanged
Definition: icssg.h:1099
uint64_t agingPeriod
Definition: icssg.h:1143
Enet_MacPort macPort
Definition: icssg.h:719
uint32_t rtuSize
Definition: icssg.h:1026
uint32_t classDataOrTerm
Definition: icssg.h:977
Input arguments for ICSSG_FDB_IOCTL_READ_SLOT_ENTRIES command.
Definition: icssg.h:920
uint16_t ft1Start
Definition: icssg.h:981
uint32_t isPremQueEnable
Definition: icssg.h:1187
@ ICSSG_ACCEPT_ONLY_UNTAGGED_PRIO_TAGGED
Definition: icssg.h:796
uint32_t isPulseIntr
Definition: icssg.h:1133
ICSSG buffer pool memories.
Definition: icssg.h:1042
uint8_t fid_c2
Definition: icssg.h:913
@ ICSSG_FDB_IOCTL_SET_AGING_PERIOD
Set the aging period of the FDB.
Definition: icssg.h:560
Enet_MacPort macPort
Definition: icssg.h:781
@ ICSSG_PER_IOCTL_TAS_TRIGGER
Definition: icssg.h:503
@ ICSSG_PORT_STATE_TAS_TRIGGER
Definition: icssg.h:763
const uint32_t * rtu
Definition: icssg.h:1023
EnetMacPort_Interface mii
Definition: icssg.h:1164
This file contains the type definitions and helper macros for the MDIO module interface.
Enet_MacPort macPort
Definition: icssg.h:829
Icssg TX timestamp event callback info structure. This is passed to application when TX timestamp is ...
Definition: icssg.h:320
VLAN configuration parameters.
Definition: enet_mod_port.h:68
uint32_t start
Definition: icssg.h:992
@ ICSSG_MACPORT_IOCTL_SET_INGRESS_RATE_LIM
Configure ingress rate limiting.
Definition: icssg.h:631
uint8_t * hostBufferPoolMem
Definition: icssg.h:1055
bool mcastFloodEn
Definition: icssg.h:1212
This file contains the type definitions and helper macros for ICSSG Statistics interface.
Icssg_QueueForwardMode
Queue forward mode: cut-through or store-and-forward.
Definition: icssg.h:705
uint32_t pruSize
Definition: icssg.h:1020
@ ICSSG_MACPORT_IOCTL_ENABLE_UCAST_FLOOD
Enable flooding of unicast packets to host port.
Definition: icssg.h:571
@ ICSSG_MACPORT_IOCTL_DISABLE_PROMISC_MODE
Disable promiscuous mode.
Definition: icssg.h:354
bool floodToHost
Definition: icssg.h:870
uint32_t hostEgressPreQueueSize
Definition: icssg.h:1077
uint8_t classIndex
Definition: icssg.h:973
uint32_t len
Definition: icssg.h:996
bool p1Member
Definition: icssg.h:849
Enet_MacPort
MAC port.
Definition: enet_types.h:409
Mdio_Cfg mdioCfg
Definition: icssg.h:1158
@ ICSSG_PER_IOCTL_VLAN_SET_ENTRY
Update a VLAN table entry.
Definition: icssg.h:376
bool hostTagged
Definition: icssg.h:856
MAC address.
Definition: icssg.h:818
@ ICSSG_QUEUE_PREEMPT_MODE_PREEMPT
Definition: icssg.h:698
uint8_t * hostEgressQueueMem
Definition: icssg.h:1065
uint32_t jmpOffset
Definition: icssg.h:995
HW FDB table entry.
Definition: icssg.h:905
uint32_t hostBufferPoolSize
Definition: icssg.h:1058
uint32_t typeMask
Definition: icssg.h:999
Enet_MacPort macPort
Definition: icssg.h:940
Icssg_AcceptFrameCheck acceptFrameCheck
Definition: icssg.h:811
EnetPort_VlanCfg vlanCfg
Definition: icssg.h:1146
@ ICSSG_PER_IOCTL_TAS_ENABLE
Definition: icssg.h:509
This file contains the type definitions and helper macros for the Ethernet PHY interface.
@ ICSSG_FDB_IOCTL_READ_SLOT_ENTRIES
Read the four entries of one FDB slot.
Definition: icssg.h:464
VLAN FID table entry.
Definition: icssg.h:877
Resource manager configuration parameters.
Definition: enet_rm.h:337
@ ICSSG_MACPORT_IOCTL_SET_ACCEPT_FRAME_CHECK
Set the criteria for accepting VLAN tagged/untagged packets.
Definition: icssg.h:620
const void * dmaCfg
Definition: icssg.h:1152
Output arguments for ICSSG_FDB_IOCTL_GET_SLOT_ENTRIES command.
Definition: icssg.h:929
uint32_t scratchBufferSize
Definition: icssg.h:1086
Icssg_Ioctl
ICSSG IOCTL commands.
Definition: icssg.h:333
Icssg_mdioLinkIntCfg mdioLinkIntCfg
Definition: icssg.h:1170
ICSSG mac port configuration parameters.
Definition: icssg.h:1204
@ ICSSG_PORT_STATE_TAS_RESET
Definition: icssg.h:769
@ ICSSG_PER_IOCTL_TAS_DISABLE
Definition: icssg.h:515
@ ICSSG_PER_IOCTL_VLAN_RESET_TABLE
Populate VLAN table with default VLAN entry configuration.
Definition: icssg.h:365
Input arguments for ICSSG_PER_IOCTL_VLAN_SET_MACPORT_DFLT_VID command.
Definition: icssg.h:953
bool p1Tagged
Definition: icssg.h:860
uint8_t fid
Definition: icssg.h:843
#define ICSSG_PUBLIC_IOCTL(x)
Helper macro to create IOCTL commands for ICSSG per.
Definition: icssg.h:75
uint32_t portBufferPoolNum
Definition: icssg.h:1051
void(* Icssg_MdioLinkStateChangeCb)(Icssg_MdioLinkStateChangeInfo *info, void *appArg)
Icssg PHY link state change callback function.
Definition: icssg.h:1118
EnetPort_VlanCfg vlanCfg
Definition: icssg.h:959
int16_t vlanId
Definition: icssg.h:894
uint32_t rateLimit
Definition: icssg.h:970
@ ICSSG_PORT_STATE_TAS_DISABLE
Definition: icssg.h:772
This file contains the type definitions and helper macros for the Ethernet PHY interface.
Icssg_PortState
Port states.
Definition: icssg.h:744
@ ICSSG_INSTANCE_NUM_1
Definition: icssg.h:309
uint32_t destAddrLow
Definition: icssg.h:986
@ ICSSG_PER_IOCTL_VLAN_SET_HOSTPORT_DFLT_VID
Set the default VLAN ID and PCP bits for host port.
Definition: icssg.h:536
Icssg_Instance_Num
ICSSG instance numbers.
Definition: icssg.h:304
MDIO module configuration.
Definition: networking/enet/core/include/mod/mdio.h:108
#define ENET_PRI_NUM
Packet priority.
Definition: enet_types.h:165
@ ICSSG_INTERNAL_IOCTL_REGISTER_HANDLER
Register Handler for the IOCTL CMD.
Definition: icssg.h:686
uint8_t notMask
Definition: icssg.h:974
const uint32_t * pru
Definition: icssg.h:1017
@ ICSSG_FDB_IOCTL_REMOVE_ALL_ENTRIES
Delete all FDB entries.
Definition: icssg.h:442
MAC port interface.
Definition: enet_mod_macport.h:442
ICSSG custom firmware.
Definition: icssg.h:1015
@ ICSSG_INSTANCE_NUM_0
Definition: icssg.h:306
Icssg_AcceptFrameCheck acceptFrameCheck
Definition: icssg.h:1215
uint64_t ts
Definition: icssg.h:326
uint8_t * hostEgressPreQueueMem
Definition: icssg.h:1069
Enet_MacPort macPort
Definition: icssg.h:955
uint32_t patternMaskHigh
Definition: icssg.h:1003
bool isLinked
Definition: icssg.h:1109
Input arguments for ICSSG_MACPORT_IOCTL_CONFIG_SPL_FRAME_PRIO command.
Definition: icssg.h:732
Enet_MacPort macPort
Definition: icssg.h:734
uint32_t patternLow
Definition: icssg.h:1000
uint32_t intrPrio
Definition: icssg.h:1134
@ ICSSG_PER_IOCTL_VLAN_GET_ENTRY
Get VLAN entry for VLAN table for requested VLAN id.
Definition: icssg.h:387
@ ICSSG_MACPORT_IOCTL_ENABLE_PROMISC_MODE
Enable promiscuous mode.
Definition: icssg.h:343
bool p2Tagged
Definition: icssg.h:864
VLAN FID entry parameters.
Definition: icssg.h:840
uint8_t specialFramePrio
Definition: icssg.h:737
ICSSG peripheral configuration parameters.
Definition: icssg.h:1141
uint32_t hostEgressQueueNum
Definition: icssg.h:1080
EnetPort_VlanCfg vlanCfg
Definition: icssg.h:1218
@ ICSSG_PORT_STATE_FORWARD
Definition: icssg.h:757
bool disablePhyDriver
Definition: icssg.h:1181
uint8_t fid_c1
Definition: icssg.h:910
Enet_Type
Ethernet peripheral type.
Definition: enet_types.h:199
bool streamVid
Definition: icssg.h:867
@ ICSSG_FDB_IOCTL_GET_SLOT_ENTRIES
Get the four entries of one FDB slot.
Definition: icssg.h:475
PRUICSS Interrupt controller initialisation data structure.
Definition: pruicss/m_v0/pruicss.h:265
Input arguments for ICSSG_MACPORT_IOCTL_SET_INGRESS_RATE_LIM command.
Definition: icssg.h:966
@ ICSSG_FDB_IOCTL_REMOVE_AGEABLE_ENTRIES
Remove all ageable entries.
Definition: icssg.h:453
Default VLAN configuration.
Definition: icssg.h:938
@ ICSSG_INSTANCE_NUM_2
Definition: icssg.h:312
uint16_t ft1Cfg
Definition: icssg.h:983
@ ICSSG_PER_IOCTL_TAS_RESET
Definition: icssg.h:521
@ ICSSG_PER_IOCTL_SET_PORT_STATE
Set port state.
Definition: icssg.h:409
uint32_t hostEgressQueueSize
Definition: icssg.h:1073
Icssg_VlanFidParams vlanFidParams
Definition: icssg.h:882
Icssg_AcceptFrameCheck
Acceptable frame check criteria.
Definition: icssg.h:791
void IcssgMacPort_initCfg(IcssgMacPort_Cfg *macPortCfg)
Initialises Mac Port COnfiguration.
Icssg_PortState portState
Definition: icssg.h:784
@ ICSSG_MACPORT_IOCTL_CONFIG_SPL_FRAME_PRIO
special frame priority configuration.
Definition: icssg.h:653
uint32_t patternMaskLow
Definition: icssg.h:1002
const Icssg_FwPoolMem * EnetCb_GetFwPoolMem(Enet_Type enetType, uint32_t instId)
ICSSG memory pool callback function.
Input args for ICSSG_MACPORT_IOCTL_SET_ACCEPT_FRAME_CHECK command.
Definition: icssg.h:806
TimeSync configuration parameters.
Definition: icssg_timesync.h:93
@ ICSSG_PORT_STATE_DISABLED
Definition: icssg.h:747
EnetRm_ResCfg resCfg
Definition: icssg.h:1155
uint32_t startLen
Definition: icssg.h:994
@ ICSSG_PORT_STATE_FORWARD_WO_LEARNING
Definition: icssg.h:760
bool ucastFloodEn
Definition: icssg.h:1209
uint32_t rateSrcSel
Definition: icssg.h:971
@ ICSSG_ACCEPT_ONLY_VLAN_TAGGED
Definition: icssg.h:793
uint16_t vlanId
Definition: icssg.h:943
uint8_t rateIndex
Definition: icssg.h:972
@ ICSSG_FDB_IOCTL_ADD_ENTRY
Add FDB entry.
Definition: icssg.h:420
uint16_t broadSideSlot
Definition: icssg.h:922
@ ICSSG_MACPORT_IOCTL_DISABLE_UCAST_FLOOD
Disable flooding of unicast packets to host port.
Definition: icssg.h:582
uint8_t * scratchBufferMem
Definition: icssg.h:1083
uint32_t destAddrMaskLow
Definition: icssg.h:988
uint16_t ft1Len
Definition: icssg.h:982
bool linkChanged
Definition: icssg.h:1106
@ ICSSG_MACPORT_IOCTL_SET_QUEUE_CUT_THROUGH_PREEMPT_SELECT
cut through or prempt select configuration.
Definition: icssg.h:642
@ ICSSG_PER_IOCTL_VLAN_SET_MACPORT_DFLT_VID
Set the default VLAN ID and PCP bits for specified MAC port.
Definition: icssg.h:547
uint8_t classSel
Definition: icssg.h:975
uint8_t pcp
Definition: icssg.h:946
@ ICSSG_QUEUE_PREEMPT_MODE_EXPRESS
Definition: icssg.h:695
uint32_t phyAddr
Definition: icssg.h:1095
This file contains the type definitions and helper macros for ICSSG TimeSync.
Input arguments for ICSSG_MACPORT_IOCTL_SET_QUEUE_CUT_THROUGH_PREEMPT_SELECT command.
Definition: icssg.h:717
@ ICSSG_PORT_STATE_BLOCKING
Definition: icssg.h:752
bool promiscEn
Definition: icssg.h:1206
const PRUICSS_IntcInitData * prussIntcInitData
Definition: icssg.h:1130
Icssg_MdioLinkStateChangeCb mdioLinkStateChangeCb
Definition: icssg.h:1125
uint32_t portBufferPoolSize
Definition: icssg.h:1048
IcssgTimeSync_ClkType clockTypeFw
Definition: icssg.h:1190
Input args for ICSSG_MACPORT_IOCTL_SET_PORT_STATE command.
Definition: icssg.h:779
#define ENET_MAC_ADDR_LEN
MAC address length in bytes/octets.
Definition: enet_types.h:153
uint32_t txTsId
Definition: icssg.h:323
@ ICSSG_MACPORT_IOCTL_SET_MACADDR
Add MAC address of the interface.
Definition: icssg.h:486
@ ICSSG_FDB_IOCTL_REMOVE_ENTRY
Delete FDB entry.
Definition: icssg.h:431
const uint32_t * txpru
Definition: icssg.h:1029
uint32_t txpruSize
Definition: icssg.h:1032
uint32_t destAddrMaskHigh
Definition: icssg.h:989
uint32_t patternHigh
Definition: icssg.h:1001
IcssgTimeSync_Cfg timeSyncCfg
Definition: icssg.h:1161
uint16_t vlanId
Definition: icssg.h:879
uint32_t config
Definition: icssg.h:997
@ ICSSG_HOSTPORT_IOCTL_SET_MACADDR
Add MAC address of the host port interface.
Definition: icssg.h:497
uint32_t cycleTimeNs
Definition: icssg.h:1167
Icssg_QueuePreemptMode
Queue preemptive mode: express or preemptive.
Definition: icssg.h:693
uint8_t * portBufferPoolMem
Definition: icssg.h:1045
Enet_MacPort macPort
Definition: icssg.h:968
bool p2Member
Definition: icssg.h:852
int32_t coreIntrNum
Definition: icssg.h:1131
uint32_t hostBufferPoolNum
Definition: icssg.h:1061
uint32_t destAddrHigh
Definition: icssg.h:987
PHY link status change event information.
Definition: icssg.h:1093
bool hostMember
Definition: icssg.h:846
uint32_t qosLevels
Definition: icssg.h:1184
@ ICSSG_ENABLE_PROTOCOL_SPECIFIC_TAG_IOCTL
Enable HSR Tag Removal Offload.
Definition: icssg.h:664
FDB entry configuration.
Definition: icssg.h:889
uint8_t index
Definition: icssg.h:979
uint32_t classDataAndTerm
Definition: icssg.h:976
uint32_t startAuto
Definition: icssg.h:993
uint32_t type
Definition: icssg.h:998
Input args for ICSSG_MACPORT_IOCTL_SET_MACADDR command.
Definition: icssg.h:827
uint8_t specialFramePrio
Definition: icssg.h:1226
Enet_MacPort macPort
Definition: icssg.h:808
@ ICSSG_DISABLE_PROTOCOL_SPECIFIC_TAG_IOCTL
Disable HSR Tag Removal Offload.
Definition: icssg.h:675