Home
last modified time | relevance | path

Searched refs:IGBCore (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/
H A Digb_core.h52 typedef struct IGBCore IGBCore; typedef
63 IGBCore *core;
66 struct IGBCore { struct
105 igb_core_write(IGBCore *core, hwaddr addr, uint64_t val, unsigned size); argument
108 igb_core_read(IGBCore *core, hwaddr addr, unsigned size);
111 igb_core_pci_realize(IGBCore *regs,
117 igb_core_reset(IGBCore *core);
120 igb_core_pre_save(IGBCore *core);
123 igb_core_post_load(IGBCore *core);
126 igb_core_set_link_status(IGBCore *core);
[all …]
H A Digb_core.c66 IGBCore *core;
94 igb_receive_internal(IGBCore *core, const struct iovec *iov, int iovcnt,
97 static void igb_raise_interrupts(IGBCore *core, size_t index, uint32_t causes);
98 static void igb_reset(IGBCore *core, bool sw);
101 igb_raise_legacy_irq(IGBCore *core) in igb_raise_legacy_irq()
109 igb_lower_legacy_irq(IGBCore *core) in igb_lower_legacy_irq()
115 static void igb_msix_notify(IGBCore *core, unsigned int cause) in igb_msix_notify()
176 igb_intrmgr_initialize_all_timers(IGBCore *core, bool create) in igb_intrmgr_initialize_all_timers()
198 igb_intrmgr_resume(IGBCore *core) in igb_intrmgr_resume()
208 igb_intrmgr_reset(IGBCore *core) in igb_intrmgr_reset()
[all …]
H A Digb.c80 IGBCore core;