Home
last modified time | relevance | path

Searched defs:eth_device (Results 1 – 25 of 139) sorted by relevance

123456

/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_ether.h211 struct eth_device { struct
212 char* name; /* name of ethernet device */
219 ETH_PCALLBACK read_callback; /* read callback function */
220 ETH_PCALLBACK write_callback; /* write callback function */
221 ETH_PACK* read_packet; /* read packet */
222 ETH_MAC filter_address[ETH_FILTER_MAX]; /* filtering addresses */
224 ETH_BOOL promiscuous; /* promiscuous mode flag */
227 ETH_MULTIHASH hash; /* AUTODIN II multicast hash */
229 int32 loopback_self_sent_total; /* total loopback packets sent */
235 uint32 jumbo_dropped; /* Giant Frames Dropped */
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/include/
H A Dnet.h95 struct eth_device { struct
101 int (*init) (struct eth_device*, bd_t*); argument
102 int (*send) (struct eth_device*, volatile void* packet, int length); argument
103 int (*recv) (struct eth_device*); argument
104 void (*halt) (struct eth_device*); argument
106 int (*mcast) (struct eth_device*, u32 ip, u8 set); argument
108 int (*write_hwaddr) (struct eth_device*); argument
109 struct eth_device *next; argument
114 extern int eth_register(struct eth_device* dev);/* Register network device */ argument
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/include/
H A Dnet.h95 struct eth_device { struct
101 int (*init) (struct eth_device*, bd_t*); argument
102 int (*send) (struct eth_device*, volatile void* packet, int length); argument
103 int (*recv) (struct eth_device*); argument
104 void (*halt) (struct eth_device*); argument
106 int (*mcast) (struct eth_device*, u32 ip, u8 set); argument
108 int (*write_hwaddr) (struct eth_device*); argument
109 struct eth_device *next; argument
114 extern int eth_register(struct eth_device* dev);/* Register network device */ argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/include/
H A Dnet.h95 struct eth_device { struct
101 int (*init) (struct eth_device*, bd_t*); argument
102 int (*send) (struct eth_device*, volatile void* packet, int length); argument
103 int (*recv) (struct eth_device*); argument
104 void (*halt) (struct eth_device*); argument
106 int (*mcast) (struct eth_device*, u32 ip, u8 set); argument
108 int (*write_hwaddr) (struct eth_device*); argument
109 struct eth_device *next; argument
114 extern int eth_register(struct eth_device* dev);/* Register network device */ argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/include/
H A Dnet.h95 struct eth_device { struct
101 int (*init) (struct eth_device*, bd_t*); argument
102 int (*send) (struct eth_device*, volatile void* packet, int length); argument
103 int (*recv) (struct eth_device*); argument
104 void (*halt) (struct eth_device*); argument
106 int (*mcast) (struct eth_device*, u32 ip, u8 set); argument
108 int (*write_hwaddr) (struct eth_device*); argument
109 struct eth_device *next; argument
114 extern int eth_register(struct eth_device* dev);/* Register network device */ argument
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/include/
H A Dnet.h95 struct eth_device { struct
101 int (*init) (struct eth_device*, bd_t*); argument
102 int (*send) (struct eth_device*, volatile void* packet, int length); argument
103 int (*recv) (struct eth_device*); argument
104 void (*halt) (struct eth_device*); argument
106 int (*mcast) (struct eth_device*, u32 ip, u8 set); argument
108 int (*write_hwaddr) (struct eth_device*); argument
109 struct eth_device *next; argument
114 extern int eth_register(struct eth_device* dev);/* Register network device */ argument
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/include/
H A Dnet.h95 struct eth_device { struct
101 int (*init) (struct eth_device*, bd_t*); argument
102 int (*send) (struct eth_device*, volatile void* packet, int length); argument
103 int (*recv) (struct eth_device*); argument
104 void (*halt) (struct eth_device*); argument
106 int (*mcast) (struct eth_device*, u32 ip, u8 set); argument
108 int (*write_hwaddr) (struct eth_device*); argument
109 struct eth_device *next; argument
114 extern int eth_register(struct eth_device* dev);/* Register network device */ argument
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/include/
H A Dnet.h95 struct eth_device { struct
101 int (*init) (struct eth_device*, bd_t*); argument
102 int (*send) (struct eth_device*, volatile void* packet, int length); argument
103 int (*recv) (struct eth_device*); argument
104 void (*halt) (struct eth_device*); argument
106 int (*mcast) (struct eth_device*, u32 ip, u8 set); argument
108 int (*write_hwaddr) (struct eth_device*); argument
109 struct eth_device *next; argument
114 extern int eth_register(struct eth_device* dev);/* Register network device */ argument
/dports/sysutils/u-boot-utilite/u-boot-2015.07/include/
H A Dnet.h148 struct eth_device { struct
154 int (*init)(struct eth_device *, bd_t *); argument
155 int (*send)(struct eth_device *, void *packet, int length); argument
156 int (*recv)(struct eth_device *); argument
157 void (*halt)(struct eth_device *); argument
159 int (*mcast)(struct eth_device *, const u8 *enetaddr, u8 set); argument
161 int (*write_hwaddr)(struct eth_device *); argument
162 struct eth_device *next; argument
167 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/
H A Dnet.h167 struct eth_device { struct
174 int (*init)(struct eth_device *, bd_t *); argument
175 int (*send)(struct eth_device *, void *packet, int length); argument
176 int (*recv)(struct eth_device *); argument
177 void (*halt)(struct eth_device *); argument
179 int (*mcast)(struct eth_device *, const u8 *enetaddr, u8 set); argument
181 int (*write_hwaddr)(struct eth_device *); argument
182 struct eth_device *next; argument
187 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-sopine/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-rpi/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/include/
H A Dnet.h167 struct eth_device { struct
174 int (*init)(struct eth_device *, bd_t *); argument
175 int (*send)(struct eth_device *, void *packet, int length); argument
176 int (*recv)(struct eth_device *); argument
177 void (*halt)(struct eth_device *); argument
179 int (*mcast)(struct eth_device *, const u8 *enetaddr, u8 set); argument
181 int (*write_hwaddr)(struct eth_device *); argument
182 struct eth_device *next; argument
187 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/
H A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument

123456