Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c90 struct virtio_net_config *vio_config = vdpasim->config; in receive_filter() local
99 if (!strncmp(net->buffer + hdr_len, vio_config->mac, ETH_ALEN)) in receive_filter()
108 struct virtio_net_config *vio_config = vdpasim->config; in vdpasim_handle_ctrl_mac() local
116 vio_config->mac, ETH_ALEN); in vdpasim_handle_ctrl_mac()
420 struct virtio_net_config *vio_config = vdpasim->config; in vdpasim_net_setup_config() local
423 memcpy(vio_config->mac, config->net.mac, ETH_ALEN); in vdpasim_net_setup_config()
425 vio_config->mtu = cpu_to_vdpasim16(vdpasim, config->net.mtu); in vdpasim_net_setup_config()
428 vio_config->mtu = cpu_to_vdpasim16(vdpasim, 1500); in vdpasim_net_setup_config()