Home
last modified time | relevance | path

Searched refs:NETC_SIPsiSetRxBuffer (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.h367 status_t NETC_SIPsiSetRxBuffer(ENETC_SI_Type *base, netc_vsi_number_t vsi, uint64_t buffAddr);
Dfsl_netc_hw_si.c108 status_t NETC_SIPsiSetRxBuffer(ENETC_SI_Type *base, netc_vsi_number_t vsi, uint64_t buffAddr) in NETC_SIPsiSetRxBuffer() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c2374 return NETC_SIPsiSetRxBuffer(handle->hw.si, vsi, buffAddr); in EP_PsiSetRxBuffer()