Searched defs:cvq (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | vhost_net.c | 225 NetClientState *ncs, int data_queue_pairs, int cvq) in vhost_net_enable_notifiers() 301 NetClientState *ncs, int data_queue_pairs, int cvq) in vhost_net_disable_notifiers() 492 int data_queue_pairs, int cvq) in vhost_net_start() 587 int data_queue_pairs, int cvq) in vhost_net_stop()
|
H A D | vhost_net-stub.c | 36 int data_queue_pairs, int cvq) in vhost_net_start() 42 int data_queue_pairs, int cvq) in vhost_net_stop()
|
H A D | virtio-net.c | 268 int cvq = virtio_vdev_has_feature(vdev, VIRTIO_NET_F_CTRL_VQ) ? in virtio_net_vhost_status() local
|
/openbmc/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim_net.c | 109 struct vdpasim_virtqueue *cvq = &vdpasim->vqs[2]; in vdpasim_handle_ctrl_mac() local 129 struct vdpasim_virtqueue *cvq = &vdpasim->vqs[2]; in vdpasim_handle_cvq() local
|
/openbmc/linux/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 1799 struct mlx5_control_vq *cvq = &mvdev->cvq; in handle_ctrl_mac() local 1927 struct mlx5_control_vq *cvq = &mvdev->cvq; in handle_ctrl_mq() local 1975 struct mlx5_control_vq *cvq = &mvdev->cvq; in handle_ctrl_vlan() local 2017 struct mlx5_control_vq *cvq; in mlx5_cvq_kick_handler() local 2141 struct mlx5_control_vq *cvq = &mvdev->cvq; in mlx5_vdpa_set_vq_num() local 2163 struct mlx5_control_vq *cvq = container_of(vring, struct mlx5_control_vq, vring); in mlx5_cvq_notify() local 2173 struct mlx5_control_vq *cvq = &mvdev->cvq; in set_cvq_ready() local 2800 struct mlx5_control_vq *cvq = &mvdev->cvq; in setup_cvq_vring() local 3098 struct mlx5_control_vq *cvq; in mlx5_vdpa_get_vendor_vq_stats() local 3148 struct mlx5_control_vq *cvq; in mlx5_vdpa_cvq_suspend() local
|
/openbmc/linux/drivers/vdpa/mlx5/core/ |
H A D | mlx5_vdpa.h | 97 struct mlx5_control_vq cvq; member
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 313 int data_queue_pairs, cvq, r; in vhost_vdpa_net_log_global_enable() local
|
/openbmc/linux/drivers/net/ |
H A D | virtio_net.c | 239 struct virtqueue *cvq; member
|