Lines Matching full:phys
436 uint8_t phys[8]; /* mac address */ member
903 } else if (s->phys[0] == buf[0] && in rtl8139_do_receive()
904 s->phys[1] == buf[1] && in rtl8139_do_receive()
905 s->phys[2] == buf[2] && in rtl8139_do_receive()
906 s->phys[3] == buf[3] && in rtl8139_do_receive()
907 s->phys[4] == buf[4] && in rtl8139_do_receive()
908 s->phys[5] == buf[5]) { in rtl8139_do_receive()
1216 memcpy(s->phys, s->conf.macaddr.a, 6); in rtl8139_reset()
1217 qemu_format_nic_info_str(qemu_get_queue(s->nic), s->phys); in rtl8139_reset()
2665 s->phys[addr - MAC0] = val; in rtl8139_io_writeb()
2668 s->phys[addr - MAC0] = val; in rtl8139_io_writeb()
2669 qemu_format_nic_info_str(qemu_get_queue(s->nic), s->phys); in rtl8139_io_writeb()
2911 ret = s->phys[addr - MAC0]; in rtl8139_io_readb()
3180 VMSTATE_PARTIAL_BUFFER(phys, RTL8139State, 6),