Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_net.h100 #define VIRTIO_NET_S_LINK_UP 1 /* Link is up */ macro
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c414 net_config->status = cpu_to_vdpasim16(vdpasim, VIRTIO_NET_S_LINK_UP); in vdpasim_net_get_config()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2835 ndev->config.status |= cpu_to_mlx5vdpa16(mvdev, VIRTIO_NET_S_LINK_UP); in update_carrier()
2837 ndev->config.status &= cpu_to_mlx5vdpa16(mvdev, ~VIRTIO_NET_S_LINK_UP); in update_carrier()
3934 ndev->config.status |= cpu_to_mlx5vdpa16(mvdev, VIRTIO_NET_S_LINK_UP); in mlx5_vdpa_dev_add()
3936 ndev->config.status &= cpu_to_mlx5vdpa16(mvdev, ~VIRTIO_NET_S_LINK_UP); in mlx5_vdpa_dev_add()
/linux/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c1413 VIRTIO_NET_S_LINK_UP); in mlxbf_tmfifo_probe()