Searched refs:NWMETHInstance (Results 1 – 1 of 1) sorted by relevance
97 typedef struct NWMETHInstance struct116 } NWMETHInstance; argument121 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 …]