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

/linux-master/drivers/net/caif/
H A Dcaif_virtio.c78 * @vq_tx: tx/uplink virtqueue
82 * @tx_lock: protects vq_tx from concurrent use
105 struct virtqueue *vq_tx; member in struct:cfv_info
108 /* Protect access to vq_tx */
140 static void cfv_release_cb(struct virtqueue *vq_tx) argument
142 struct cfv_info *cfv = vq_tx->vdev->priv;
160 static void cfv_release_used_buf(struct virtqueue *vq_tx) argument
162 struct cfv_info *cfv = vq_tx->vdev->priv;
165 BUG_ON(vq_tx != cfv->vq_tx);
[all...]

Completed in 302 milliseconds