Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dvirtio_net.h221 #define VIRTIO_NET_OK 0 macro
/Linux-v6.6/drivers/vdpa/vdpa_sim/
Dvdpa_sim_net.c118 status = VIRTIO_NET_OK; in vdpasim_handle_ctrl_mac()
166 if (status == VIRTIO_NET_OK) in vdpasim_handle_cvq()
/Linux-v6.6/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1815 status = VIRTIO_NET_OK; in handle_ctrl_mac()
1877 status = VIRTIO_NET_OK; in handle_ctrl_mac()
1958 status = VIRTIO_NET_OK; in handle_ctrl_mq()
1963 status = VIRTIO_NET_OK; in handle_ctrl_mq()
1995 status = VIRTIO_NET_OK; in handle_ctrl_vlan()
2004 status = VIRTIO_NET_OK; in handle_ctrl_vlan()
/Linux-v6.6/drivers/net/
Dvirtio_net.c2483 return vi->ctrl->status == VIRTIO_NET_OK; in virtnet_send_command()
2492 return vi->ctrl->status == VIRTIO_NET_OK; in virtnet_send_command()