Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c7388 uint8 SduType; local
7464SduType = (uint8)((CfgeConfigBits & NETC_ETHSWT_IP_RATEPOLICERTABLE_CFGE_DATA_SDU_TYPE_MASK) >> NE…
7465 switch (SduType)
7598 …_ETHSWT_IP_INGRESSSTREAMTABLE_CFGE_SDUTYPE(IngressStreamTableEntry->IngressStreamCfgeData.SduType);
7660 uint8 SduType; local
7725SduType = (uint8)((CfgeConfigBits & NETC_ETHSWT_IP_INGRESSSTREAMTABLE_CFGE_SDUTYPE_MASK) >> NETC_E…
7726 switch (SduType)
7729 IngressStreamTableEntry->IngressStreamCfgeData.SduType = NETC_ETHSWT_IP_PPDU;
7732 IngressStreamTableEntry->IngressStreamCfgeData.SduType = NETC_ETHSWT_IP_MPDU;
7735 IngressStreamTableEntry->IngressStreamCfgeData.SduType = NETC_ETHSWT_IP_MSDU;
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip_Types.h1120 …Netc_EthSwt_Ip_SDUType SduType; /*!< Service Data Unit type to use for MS… member
1157 …Netc_EthSwt_Ip_SDUType SduType; /*!< Service Data Unit type to use… member
1219 Netc_EthSwt_Ip_SDUType SduType; /* Protocol/Service Data Unit) */ member
1245 Netc_EthSwt_Ip_SDUType SduType; /* Protocol/Service Data Unit) */ member
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c2175 uint8 SduType; local
2252SduType = (uint8)((CfgeConfigBits & NETC_ETH_IP_RATEPOLICERTABLE_CFGE_DATA_SDU_TYPE_MASK) >> NETC_…
2253 switch (SduType)