Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Di82596.c96 static uint16_t get_uint16(uint32_t addr) in get_uint16() function
143 size = get_uint16(tdb_p); in i82596_transmit()
185 mc_count = get_uint16(addr + 8) / ETH_ALEN; in set_multicast_list()
247 cmd = get_uint16(s->cmd_p + 2); in command_loop()
343 command = get_uint16(s->scb + 2); in examine_scb()
599 command = get_uint16(rfd_p + 2); in i82596_receive()
603 assert(get_uint16(rfd_p + 14) == 0); in i82596_receive()
613 buffer_size = get_uint16(rbd + 12); in i82596_receive()
/qemu/migration/
H A Dvmstate-types.c221 static int get_uint16(QEMUFile *f, void *pv, size_t size, in get_uint16() function
239 .get = get_uint16,
/qemu/hw/core/
H A Dqdev-properties.c303 static void get_uint16(Object *obj, Visitor *v, const char *name, in get_uint16() function
323 .get = get_uint16,