Home
last modified time | relevance | path

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

/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c118 status = VIRTIO_NET_OK; in vdpasim_handle_ctrl_mac()
166 if (status == VIRTIO_NET_OK) in vdpasim_handle_cvq()
/linux/include/uapi/linux/
H A Dvirtio_net.h222 #define VIRTIO_NET_OK 0 macro
/linux/drivers/net/
H A Dvirtio_net.c3465 ok = vi->ctrl->status == VIRTIO_NET_OK; in virtnet_send_command_reply()