Searched refs:kNETC_MsgClassDone (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_msg.c | 193 return NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_RxL2MFQueryAddEMTableEntry() 248 return NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_RxL2MFQueryDeleteEMTableEntry() 286 return NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_RxL2MFSetHashTable() 381 return NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_RxL2MFFlush() 422 return NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_RxL2MFSetPromisc() 445 ret = NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_PsiHandleMacFilter() 641 return NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_RxL2VFQueryAddEMTableEntry() 695 return NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_RxL2VFQueryDeleteEMTableEntry() 713 return NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_RxL2VFSetHashTable() 786 return NETC_MSG_RETURN_CODE(kNETC_MsgClassDone, 0U, 0U); in EP_RxL2VFFlush() [all …]
|
| D | fsl_netc_msg.h | 21 kNETC_MsgClassDone = 0x01U, enumerator
|