Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/net/compatible/
Dnwmeth.h97 typedef struct NWMETHInstance struct
116 } NWMETHInstance; argument
121 static inline NNETInstance* NWMETH_GetNNETInstance(NWMETHInstance* pNwmIns) in NWMETH_GetNNETInstance()
129 static inline NWMETHInstance* NWMETH_GetNWMETHInstance(NNETInstance* pNetIns) in NWMETH_GetNWMETHInstance()
131 return (NWMETHInstance*)pNetIns; in NWMETH_GetNWMETHInstance()
145 void NWMETHi_HandleFrame(NWMETHInstance* pNwmIns, NOSMessageBuf* mbuf);
146 void NWMETHi_HandleFrameRaw(NWMETHInstance* pNwmIns, const u8* pFrame, int len);
149 s32 NWMETH_CreateInsDirect(NWMETHInstance** pNwmEth);
150 s32 NWMETH_DestroyInsDirect(NWMETHInstance* pNwmEth);
151 s32 NWMETH_GetUpperDirectAPI(NNETEthernetAPI* pEtherAPI, NWMETHInstance* pNwmEth);
[all …]