Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/include/uapi/linux/
Dvirtio_net.h222 #define VIRTIO_NET_OK 0 macro
/linux-6.14.4/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c2147 status = VIRTIO_NET_OK; in handle_ctrl_mac()
2209 status = VIRTIO_NET_OK; in handle_ctrl_mac()
2301 status = VIRTIO_NET_OK; in handle_ctrl_mq()
2306 status = VIRTIO_NET_OK; in handle_ctrl_mq()
2338 status = VIRTIO_NET_OK; in handle_ctrl_vlan()
2347 status = VIRTIO_NET_OK; in handle_ctrl_vlan()
/linux-6.14.4/drivers/net/
Dvirtio_net.c3465 ok = vi->ctrl->status == VIRTIO_NET_OK; in virtnet_send_command_reply()