Searched refs:NNETInstance (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/net/compatible/nnet/ |
| D | nnet.h | 75 typedef struct NNETInstance { struct 76 struct NNETInstance *lower_ins; /* Please see man pages for details */ argument 77 … s32 (* startup) (struct NNETInstance *ins, s32 timeout); /* Please see man pages for details */ argument 78 … s32 (* cleanup) (struct NNETInstance *ins, s32 timeout); /* Please see man pages for details */ argument 79 … s32 (* abort) (struct NNETInstance *ins); /* Please see man pages for details */ argument 80 } NNETInstance; typedef 101 NNETInstance *ins; 102 …s32 (* eth_send) (NNETInstance *ins, u8 *dstMAC, NOSMessageBuf *mbuf); /* Please see man… 103 …s32 (* eth_receive) (NNETInstance *ins, u32 receive_id, NOSMessageBuf **mbuf); /* Please see man… 104 …s32 (* eth_setupper) (NNETInstance *ins, NNETInstance *upper_ins, u32 *receive_id, u16 list[]); /*… [all …]
|
| D | nnet_ext.h | 38 NNETInstance* pUpperNetIns; /* Upper instance */ 75 BOOL NNET_RegisterProtocols(NNETProtocolList* pProtocolList, const u16 protocols[], NNETInstance* p… 76 BOOL NNET_UnregisterProtocols(NNETProtocolList* pProtocolList, const NNETInstance* pUpperNetIns, u3…
|
| /CTR-SDK-2.4.0/include/nn/net/compatible/ |
| D | peth.h | 79 NNETInstance *upper_ins; /* Upper instance */ 96 NNETInstance ins; /* Instance information common to all layers */ 116 static inline NNETInstance *PETH_GetNNETInstance(PETHInstance *peth_ins) in PETH_GetNNETInstance() 124 static inline PETHInstance *PETH_GetPETHInstance(NNETInstance *ins) in PETH_GetPETHInstance() 135 extern s32 PETH_StartupIns(NNETInstance *ins, s32 timeout); 136 extern s32 PETH_CleanupIns(NNETInstance *ins, s32 timeout); 137 extern s32 PETH_AbortIns(NNETInstance *ins); 142 extern s32 PETH_SetUpper(NNETInstance *ins, NNETInstance *upper_ins, u32 *receive_id, u16 entry[]); 143 extern s32 PETH_ClearUpper(NNETInstance *ins, NNETInstance *upper_ins); 144 extern s32 PETH_GetMacAddr(NNETInstance *ins, u8 *macaddr); [all …]
|
| D | hioeth.h | 97 …NNETInstance netIns; /* Instance information common to all laye… 122 static inline NNETInstance* HIOETH_GetNNETInstance(HIOETHInstance* pHioIns) in HIOETH_GetNNETInstance() 130 static inline HIOETHInstance* HIOETH_GetHIOETHInstance(NNETInstance* pNetIns) in HIOETH_GetHIOETHInstance() 141 extern s32 HIOETH_StartupIns(NNETInstance* ins, s32 timeout); 142 extern s32 HIOETH_CleanupIns(NNETInstance* ins, s32 timeout); 143 extern s32 HIOETH_AbortIns(NNETInstance* ins); 148 extern s32 HIOETH_SetUpper(NNETInstance * ins, NNETInstance * upper_ins, u32* receive_id, u16 entry… 149 extern s32 HIOETH_ClearUpper(NNETInstance* ins, NNETInstance* upper_ins); 150 extern s32 HIOETH_GetMacAddr(NNETInstance* ins, u8* macaddr); 151 extern s32 HIOETH_SetMulticastAddr(NNETInstance* ins, u8* macaddr); [all …]
|
| D | nwmeth.h | 99 …NNETInstance netIns; /* Instance information common to all laye… 121 static inline NNETInstance* NWMETH_GetNNETInstance(NWMETHInstance* pNwmIns) in NWMETH_GetNNETInstance() 129 static inline NWMETHInstance* NWMETH_GetNWMETHInstance(NNETInstance* pNetIns) in NWMETH_GetNWMETHInstance() 143 s32 NWMETH_GetMacAddr(NNETInstance* ins, u8* macaddr);
|
| /CTR-SDK-2.4.0/include/nn/net/compatible/nsoc/ |
| D | nsoc_admin.h | 175 NN_INLINE NNETInstance *NSOC_GetNNETInstance(NSOCInstancePtr insP) in NSOC_GetNNETInstance() 177 return (NNETInstance *)insP; in NSOC_GetNNETInstance() 183 NN_INLINE NSOCInstancePtr NSOC_GetNSOCInstance(NNETInstance *ins) in NSOC_GetNSOCInstance() 196 extern s32 NSOC_StartupIns(NNETInstance *ins, s32 timeout); 197 extern s32 NSOC_CleanupIns(NNETInstance *ins, s32 timeout); 198 extern s32 NSOC_AbortIns(NNETInstance *ins);
|
| /CTR-SDK-2.4.0/include/nn/socket/ |
| D | socket_Admin.autogen.h | 173 NN_INLINE NNETInstance *GetNNETInstance(InstancePtr insP) in GetNNETInstance() 175 return (NNETInstance *)insP; in GetNNETInstance() 181 NN_INLINE InstancePtr GetInstance(NNETInstance *ins) in GetInstance()
|