Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
108 /* Protect access to vq_tx */
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()
[all...]
/kernel/linux/linux-6.6/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
108 /* Protect access to vq_tx */
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()
[all...]

Completed in 3 milliseconds