Home
last modified time | relevance | path

Searched refs:NETC_SIEnablePromisc (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.h121 static inline void NETC_SIEnablePromisc(ENETC_SI_Type *base, netc_packet_type_t type, bool enable) in NETC_SIEnablePromisc() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c1836 NETC_SIEnablePromisc(handle->hw.si, kNETC_PacketUnicast, config->rejectUC); in EP_RxL2MFInit()
1837 NETC_SIEnablePromisc(handle->hw.si, kNETC_PacketMulticast, config->rejectMC); in EP_RxL2MFInit()
1838 NETC_SIEnablePromisc(handle->hw.si, kNETC_PacketBroadcast, config->rejectBC); in EP_RxL2MFInit()