Lines Matching refs:vio_config
90 struct virtio_net_config *vio_config = vdpasim->config;
99 if (!strncmp(net->buffer + hdr_len, vio_config->mac, ETH_ALEN))
108 struct virtio_net_config *vio_config = vdpasim->config;
116 vio_config->mac, ETH_ALEN);
421 struct virtio_net_config *vio_config = vdpasim->config;
426 ether_addr_copy(vio_config->mac, config->net.mac);
438 struct virtio_net_config *vio_config = vdpasim->config;
441 memcpy(vio_config->mac, config->net.mac, ETH_ALEN);
443 vio_config->mtu = cpu_to_vdpasim16(vdpasim, config->net.mtu);
446 vio_config->mtu = cpu_to_vdpasim16(vdpasim, 1500);