Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dvirtio_net.h215 #define VIRTIO_NET_OK 0 macro
/linux-5.19.10/drivers/vdpa/vdpa_sim/
Dvdpa_sim_net.c84 status = VIRTIO_NET_OK; in vdpasim_handle_ctrl_mac()
/linux-5.19.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1631 status = VIRTIO_NET_OK; in handle_ctrl_mac()
1693 status = VIRTIO_NET_OK; in handle_ctrl_mac()
1774 status = VIRTIO_NET_OK; in handle_ctrl_mq()
1779 status = VIRTIO_NET_OK; in handle_ctrl_mq()
1808 status = VIRTIO_NET_OK; in handle_ctrl_vlan()
1817 status = VIRTIO_NET_OK; in handle_ctrl_vlan()
/linux-5.19.10/drivers/net/
Dvirtio_net.c1916 return vi->ctrl->status == VIRTIO_NET_OK; in virtnet_send_command()
1925 return vi->ctrl->status == VIRTIO_NET_OK; in virtnet_send_command()