Searched refs:netc_vsi_number_t (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/ |
| D | fsl_netc_hw_si.h | 344 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);
|
| D | fsl_netc_hw_si.c | 92 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()
|
| D | fsl_netc_hw.h | 189 uint16_t NETC_SIGetVsiIndex(netc_vsi_number_t vsi);
|
| D | fsl_netc_hw.c | 37 uint16_t NETC_SIGetVsiIndex(netc_vsi_number_t vsi) in NETC_SIGetVsiIndex()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_endpoint.h | 1585 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);
|
| D | fsl_netc_msg.h | 191 status_t EP_PsiRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo);
|
| D | fsl_netc_endpoint.c | 2356 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()
|
| D | fsl_netc_msg.c | 996 status_t EP_PsiRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo) in EP_PsiRxMsg()
|
| D | fsl_netc.h | 3741 } netc_vsi_number_t; typedef
|