Searched refs:kNETC_MsgClassNotSupport (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_msg.c | 439 uint16_t ret = NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U); in EP_PsiHandleMacFilter() 823 uint16_t ret = NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U); in EP_PsiHandleVlanFilter() 859 return NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U); in EP_GetLinkStatus() 865 return NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U); in EP_GetLinkStatus() 874 uint16_t ret = NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U); in EP_PsiHandleLinkStatus() 909 return NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U); in EP_GetLinkSpeed() 915 return NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U); in EP_GetLinkSpeed() 949 uint16_t ret = NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U); in EP_PsiHandleLinkSpeed() 980 if (code != NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U)) in EP_PsiNotifyLink() 989 if (code != NETC_MSG_RETURN_CODE(kNETC_MsgClassNotSupport, 0U, 0U)) in EP_PsiNotifyLink() [all …]
|
| D | fsl_netc_msg.h | 23 kNETC_MsgClassNotSupport = 0x03U, enumerator
|