Lines Matching refs:header
428 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleMacFilter() local
441 switch (header->cmdId) in EP_PsiHandleMacFilter()
814 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleVlanFilter() local
825 switch (header->cmdId) in EP_PsiHandleVlanFilter()
873 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleLinkStatus() local
876 switch (header->cmdId) in EP_PsiHandleLinkStatus()
948 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleLinkSpeed() local
951 switch (header->cmdId) in EP_PsiHandleLinkSpeed()
1026 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleRxMsg() local
1045 if (msgInfo->msgLen != (((uint32_t)header->len + 1U) * 32U)) in EP_PsiHandleRxMsg()
1058 switch (header->classId) in EP_PsiHandleRxMsg()
1068 if (header->cmdId == (uint8_t)kNETC_MsgLinkStatusEnableNotify) in EP_PsiHandleRxMsg()
1075 if (header->cmdId == (uint8_t)kNETC_MsgLinkSpeedEnableNotify) in EP_PsiHandleRxMsg()