Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/caif/
H A Dcaif_virtio.c105 struct virtqueue *vq_tx; member
165 BUG_ON(vq_tx != cfv->vq_tx); in cfv_release_used_buf()
462 virtqueue_disable_cb(cfv->vq_tx); in cfv_netdev_close()
467 cfv_release_used_buf(cfv->vq_tx); in cfv_netdev_close()
532 cfv_release_used_buf(cfv->vq_tx); in cfv_netdev_tx()
565 virtqueue_enable_cb(cfv->vq_tx); in cfv_netdev_tx()
589 virtqueue_kick(cfv->vq_tx); in cfv_netdev_tx()
604 cfv_release_used_buf(cfv->vq_tx); in cfv_tx_release_tasklet()
677 if (IS_ERR(cfv->vq_tx)) { in cfv_probe()
678 err = PTR_ERR(cfv->vq_tx); in cfv_probe()
[all …]