Home
last modified time | relevance | path

Searched refs:netc_vsi_number_t (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.h344 status_t NETC_SIPsiSendMsg(ENETC_SI_Type *base, uint16_t msg, netc_vsi_number_t vsi);
353 static inline bool NETC_SIPsiCheckTxBusy(ENETC_SI_Type *base, netc_vsi_number_t vsi) in NETC_SIPsiCheckTxBusy()
367 status_t NETC_SIPsiSetRxBuffer(ENETC_SI_Type *base, netc_vsi_number_t vsi, uint64_t buffAddr);
376 status_t NETC_SIPsiGetRxMsg(ENETC_SI_Type *base, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo);
Dfsl_netc_hw_si.c92 status_t NETC_SIPsiSendMsg(ENETC_SI_Type *base, uint16_t msg, netc_vsi_number_t vsi) in NETC_SIPsiSendMsg()
108 status_t NETC_SIPsiSetRxBuffer(ENETC_SI_Type *base, netc_vsi_number_t vsi, uint64_t buffAddr) in NETC_SIPsiSetRxBuffer()
128 status_t NETC_SIPsiGetRxMsg(ENETC_SI_Type *base, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo) in NETC_SIPsiGetRxMsg()
Dfsl_netc_hw.h189 uint16_t NETC_SIGetVsiIndex(netc_vsi_number_t vsi);
Dfsl_netc_hw.c37 uint16_t NETC_SIGetVsiIndex(netc_vsi_number_t vsi) in NETC_SIGetVsiIndex()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h1585 status_t EP_PsiSendMsg(ep_handle_t *handle, uint16_t msg, netc_vsi_number_t vsi);
1594 bool EP_PsiCheckTxBusy(ep_handle_t *handle, netc_vsi_number_t vsi);
1604 status_t EP_PsiSetRxBuffer(ep_handle_t *handle, netc_vsi_number_t vsi, uint64_t buffAddr);
1613 status_t EP_PsiGetRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo);
Dfsl_netc_msg.h191 status_t EP_PsiRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo);
Dfsl_netc_endpoint.c2356 status_t EP_PsiSendMsg(ep_handle_t *handle, uint16_t msg, netc_vsi_number_t vsi) in EP_PsiSendMsg()
2363 bool EP_PsiCheckTxBusy(ep_handle_t *handle, netc_vsi_number_t vsi) in EP_PsiCheckTxBusy()
2370 status_t EP_PsiSetRxBuffer(ep_handle_t *handle, netc_vsi_number_t vsi, uint64_t buffAddr) in EP_PsiSetRxBuffer()
2377 status_t EP_PsiGetRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo) in EP_PsiGetRxMsg()
Dfsl_netc_msg.c996 status_t EP_PsiRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo) in EP_PsiRxMsg()
Dfsl_netc.h3741 } netc_vsi_number_t; typedef