Searched refs:PCNetState (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | pcnet.c | 299 static inline void pcnet_tmd_load(PCNetState *s, struct pcnet_TMD *tmd, in pcnet_tmd_load() 329 static inline void pcnet_tmd_store(PCNetState *s, const struct pcnet_TMD *tmd, in pcnet_tmd_store() 365 static inline void pcnet_rmd_load(PCNetState *s, struct pcnet_RMD *rmd, in pcnet_rmd_load() 395 static inline void pcnet_rmd_store(PCNetState *s, struct pcnet_RMD *rmd, in pcnet_rmd_store() 600 static inline int padr_match(PCNetState *s, const uint8_t *buf, int size) in padr_match() 620 static inline int padr_bcast(PCNetState *s, const uint8_t *buf, int size) in padr_bcast() 631 static inline int ladr_match(PCNetState *s, const uint8_t *buf, int size) in ladr_match() 648 static inline hwaddr pcnet_rdra_addr(PCNetState *s, int idx) in pcnet_rdra_addr() 656 static inline int64_t pcnet_get_next_poll_time(PCNetState *s, int64_t current_time) in pcnet_get_next_poll_time() 667 static void pcnet_poll(PCNetState *s); [all …]
|
H A D | pcnet-pci.c | 62 PCNetState state; 68 PCNetState *s = opaque; in pcnet_aprom_writeb() 78 PCNetState *s = opaque; in pcnet_aprom_readb() 88 PCNetState *d = opaque; in pcnet_ioport_read() 116 PCNetState *d = opaque; in pcnet_ioport_write() 152 VMSTATE_STRUCT(state, PCIPCNetState, 0, vmstate_pcnet, PCNetState), 200 PCNetState *s = &d->state; in pci_pcnet_realize() 248 PCNetState *s = &d->state; in pcnet_instance_init()
|
H A D | pcnet.h | 33 typedef struct PCNetState_st PCNetState; typedef 63 uint32_t pcnet_bcr_readw(PCNetState *s, uint32_t rap); 66 void pcnet_common_init(DeviceState *dev, PCNetState *s, NetClientInfo *info);
|
H A D | lance.c | 98 VMSTATE_STRUCT(state, SysBusPCNetState, 0, vmstate_pcnet, PCNetState), 107 PCNetState *s = &d->state; in lance_realize() 133 PCNetState *s = &d->state; in lance_instance_init()
|
/openbmc/qemu/include/hw/net/ |
H A D | lance.h | 45 PCNetState state;
|