Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h165 #define VIRTIO_NET_OK 0 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h221 #define VIRTIO_NET_OK 0 macro
/openbmc/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()
/openbmc/qemu/net/
H A Dvhost-vdpa.c700 if (s->status[i] != VIRTIO_NET_OK) { in vhost_vdpa_net_svq_flush()
1412 if (*s->status != VIRTIO_NET_OK) { in vhost_vdpa_net_excessive_mac_filter_cvq_add()
1511 *s->status = VIRTIO_NET_OK; in vhost_vdpa_net_handle_ctrl_avail()
1550 if (*s->status != VIRTIO_NET_OK) { in vhost_vdpa_net_handle_ctrl_avail()
1556 if (status != VIRTIO_NET_OK) { in vhost_vdpa_net_handle_ctrl_avail()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h222 #define VIRTIO_NET_OK 0 macro
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1048 return VIRTIO_NET_OK; in virtio_net_handle_rx_mode()
1090 return VIRTIO_NET_OK; in virtio_net_handle_offloads()
1113 return VIRTIO_NET_OK; in virtio_net_handle_mac()
1185 return VIRTIO_NET_OK; in virtio_net_handle_mac()
1218 return VIRTIO_NET_OK; in virtio_net_handle_vlan_table()
1231 return VIRTIO_NET_OK; in virtio_net_handle_announce()
1505 return queue_pairs ? VIRTIO_NET_OK : VIRTIO_NET_ERR; in virtio_net_handle_mq()
1538 return VIRTIO_NET_OK; in virtio_net_handle_mq()
1545 return VIRTIO_NET_OK; in virtio_net_handle_mq()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1813 status = VIRTIO_NET_OK; in handle_ctrl_mac()
1875 status = VIRTIO_NET_OK; in handle_ctrl_mac()
1956 status = VIRTIO_NET_OK; in handle_ctrl_mq()
1961 status = VIRTIO_NET_OK; in handle_ctrl_mq()
1993 status = VIRTIO_NET_OK; in handle_ctrl_vlan()
2002 status = VIRTIO_NET_OK; in handle_ctrl_vlan()
/openbmc/linux/drivers/net/
H A Dvirtio_net.c2529 return vi->ctrl->status == VIRTIO_NET_OK; in virtnet_send_command()
2538 return vi->ctrl->status == VIRTIO_NET_OK; in virtnet_send_command()