Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/net/compatible/nnet/
Dnnet.h77 … s32 (* startup) (struct NNETInstance *ins, s32 timeout); /* Please see man pages for details */
78 … s32 (* cleanup) (struct NNETInstance *ins, s32 timeout); /* Please see man pages for details */
79 … s32 (* abort) (struct NNETInstance *ins); /* Please see man pages for details */
101 NNETInstance *ins; member
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[]); /*…
105 …s32 (* eth_clearupper) (NNETInstance *ins, NNETInstance *upper_ins); /* Please see man…
107 …s32 (* eth_getmacaddr) (NNETInstance *ins, u8 *mac); /* Please see man…
108 …s32 (* eth_setmulticast) (NNETInstance *ins, u8 *mac); /* Please see man…
[all …]
/CTR-SDK-4.2.5/include/nn/net/compatible/
Dpeth.h96 NNETInstance ins; /* Instance information common to all layers */ member
118 return &peth_ins->ins; in PETH_GetNNETInstance()
124 static inline PETHInstance *PETH_GetPETHInstance(NNETInstance *ins) in PETH_GetPETHInstance() argument
126 return (PETHInstance *)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 …]
Dhioeth.h141 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);
152 extern s32 HIOETH_ClearMulticastAddr(NNETInstance* ins, u8* macaddr);
153 extern s32 HIOETH_Send(NNETInstance* ins, u8* dstMAC, NOSMessageBuf* mbuf);
154 extern s32 HIOETH_Receive(NNETInstance* ins, u32 receive_id, NOSMessageBuf** mbuf);
[all …]
Dnwmeth.h143 s32 NWMETH_GetMacAddr(NNETInstance* ins, u8* macaddr);
/CTR-SDK-4.2.5/include/nn/socket/
Dsocket_Admin.autogen.h177 NN_INLINE InstancePtr GetInstance(NNETInstance *ins) in GetInstance() argument
179 return (InstancePtr)ins; in GetInstance()