Searched refs:E1000State (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/net/ |
H A D | e1000.c | 140 typedef struct E1000State_st E1000State; typedef 152 DECLARE_OBJ_CHECKERS(E1000State, E1000BaseClass, in DECLARE_OBJ_CHECKERS() argument 157 e1000_link_up(E1000State *s) in DECLARE_OBJ_CHECKERS() 166 e1000_autoneg_done(E1000State *s) in e1000_autoneg_done() 175 have_autoneg(E1000State *s) in have_autoneg() 181 set_phy_ctrl(E1000State *s, int index, uint16_t val) in set_phy_ctrl() 198 static void (*phyreg_writeops[])(E1000State *, int, uint16_t) = { 273 set_interrupt_cause(E1000State *s, int index, uint32_t val) in set_interrupt_cause() 342 E1000State *s = opaque; in e1000_mit_timer() 350 set_ics(E1000State *s, int index, uint32_t val) in set_ics() [all …]
|