Home
last modified time | relevance | path

Searched refs:netc_hw_port_idx_t (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_switch.h384 static inline void SWT_SetPortSpeed(swt_handle_t *handle, netc_hw_port_idx_t portIdx, uint16_t pSpe… in SWT_SetPortSpeed()
396 status_t SWT_PortStop(swt_handle_t *handle, netc_hw_port_idx_t portIdx);
406 status_t SWT_SetPortMaxFrameSize(swt_handle_t *handle, netc_hw_port_idx_t portIdx, uint16_t size);
517 netc_hw_port_idx_t portIdx, in SWT_RxParserConfig()
546 netc_hw_port_idx_t portIdx, in SWT_RxVlanCConfigPort()
576 netc_hw_port_idx_t portIdx, in SWT_RxQosCConfigPort()
605 netc_hw_port_idx_t portIdx, in SWT_RxIPFConfigPort()
719 netc_hw_port_idx_t portIdx, in SWT_RxPSFPConfigPortISI()
1222 netc_hw_port_idx_t portIdx,
1234 netc_hw_port_idx_t portIdx, uint16_t vid);
[all …]
Dfsl_netc_switch.c353 … result = SWT_TxPortTGSEnable(handle, (netc_hw_port_idx_t)i, config->ports[i].enableTg, 0xFFU); in SWT_Init()
359 (void)SWT_BridgeConfigPort(handle, (netc_hw_port_idx_t)i, &config->ports[i].bridgeCfg); in SWT_Init()
360 (void)SWT_FMConfigPort(handle, (netc_hw_port_idx_t)i, &config->ports[i].fmCfg); in SWT_Init()
400 …result = SWT_TxTrafficClassConfig(handle, (netc_hw_port_idx_t)i, (netc_hw_tc_idx_t)(uint32_t)(j - … in SWT_Init()
460 status_t SWT_PortStop(swt_handle_t *handle, netc_hw_port_idx_t portIdx) in SWT_PortStop()
541 status_t SWT_SetPortMaxFrameSize(swt_handle_t *handle, netc_hw_port_idx_t portIdx, uint16_t size) in SWT_SetPortMaxFrameSize()
697 netc_hw_port_idx_t swtPort, in SWT_SendFrame()
1173 netc_hw_port_idx_t portIdx, in SWT_BridgeConfigPort()
1204 netc_hw_port_idx_t portIdx, uint16_t vid) in SWT_BridgeConfigPortDefaultVid()
2170 netc_hw_port_idx_t portIdx, in SWT_TxTrafficClassConfig()
[all …]
Dfsl_netc.h254 } netc_hw_port_idx_t; typedef