Home
last modified time | relevance | path

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

/linux/drivers/net/caif/
H A Dcaif_virtio.c105 struct virtqueue *vq_tx; member
140 static void cfv_release_cb(struct virtqueue *vq_tx) in cfv_release_cb() argument
142 struct cfv_info *cfv = vq_tx->vdev->priv; in cfv_release_cb()
160 static void cfv_release_used_buf(struct virtqueue *vq_tx) in cfv_release_used_buf() argument
162 struct cfv_info *cfv = vq_tx->vdev->priv; in cfv_release_used_buf()
165 BUG_ON(vq_tx != cfv->vq_tx); in cfv_release_used_buf()
173 buf_info = virtqueue_get_buf(vq_tx, &len); in cfv_release_used_buf()
186 if (cfv->vq_tx->num_free <= cfv->watermark_tx) in cfv_release_used_buf()
198 virtqueue_get_vring_size(cfv->vq_tx); in cfv_release_used_buf()
203 virtqueue_disable_cb(cfv->vq_tx); in cfv_release_used_buf()
[all …]