Home
last modified time | relevance | path

Searched refs:msgInfo (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_msg.c425 static uint16_t EP_PsiHandleMacFilter(ep_handle_t *handle, uint8_t vsi, netc_psi_rx_msg_t *msgInfo) in EP_PsiHandleMacFilter() argument
428 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleMacFilter()
430 uint8_t count = *(uint8_t *)((uint32_t)msgInfo->msgBuff + 0x10U); in EP_PsiHandleMacFilter()
431 uint8_t *macAddr = (uint8_t *)((uint32_t)msgInfo->msgBuff + 0x14U); in EP_PsiHandleMacFilter()
433 uint8_t typeSize = *(uint8_t *)((uint32_t)msgInfo->msgBuff + 0x10U); in EP_PsiHandleMacFilter()
434 uint8_t *HTWord = (uint8_t *)((uint32_t)msgInfo->msgBuff + 0x14U); in EP_PsiHandleMacFilter()
436 uint8_t type = *(uint8_t *)((uint32_t)msgInfo->msgBuff + 0x10U); in EP_PsiHandleMacFilter()
438 uint8_t typeOp = *(uint8_t *)((uint32_t)msgInfo->msgBuff + 0x10U); in EP_PsiHandleMacFilter()
812 static uint16_t EP_PsiHandleVlanFilter(ep_handle_t *handle, uint8_t vsi, netc_psi_rx_msg_t *msgInfo) in EP_PsiHandleVlanFilter() argument
814 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleVlanFilter()
[all …]
Dfsl_netc_msg.h191 status_t EP_PsiRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo);
200 void EP_PsiHandleRxMsg(ep_handle_t *handle, uint8_t vsi, netc_psi_rx_msg_t *msgInfo);
Dfsl_netc_endpoint.h1613 status_t EP_PsiGetRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo);
Dfsl_netc_endpoint.c2377 status_t EP_PsiGetRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo) in EP_PsiGetRxMsg() argument
2381 return NETC_SIPsiGetRxMsg(handle->hw.si, vsi, msgInfo); in EP_PsiGetRxMsg()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.c128 status_t NETC_SIPsiGetRxMsg(ENETC_SI_Type *base, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo) in NETC_SIPsiGetRxMsg() argument
130 assert(msgInfo != NULL); in NETC_SIPsiGetRxMsg()
148 msgInfo->msgBuff = (uint8_t *)(uintptr_t)address; in NETC_SIPsiGetRxMsg()
150 msgInfo->msgLen = (msgSize == 0U) ? 1024U : (32U * (uint32_t)msgSize); in NETC_SIPsiGetRxMsg()
Dfsl_netc_hw_si.h376 status_t NETC_SIPsiGetRxMsg(ENETC_SI_Type *base, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo);