Searched refs:vringh_getdesc_iotlb (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim_net.c | 111 err = vringh_getdesc_iotlb(&cvq->vring, &cvq->in_iov, in vdpasim_handle_cvq() 172 err = vringh_getdesc_iotlb(&txq->vring, &txq->out_iov, NULL, in vdpasim_net_work() 186 err = vringh_getdesc_iotlb(&rxq->vring, NULL, &rxq->in_iov, in vdpasim_net_work()
|
D | vdpa_sim_blk.c | 92 ret = vringh_getdesc_iotlb(&vq->vring, &vq->out_iov, &vq->in_iov, in vdpasim_blk_handle_req()
|
/linux-6.1.9/include/linux/ |
D | vringh.h | 287 int vringh_getdesc_iotlb(struct vringh *vrh,
|
/linux-6.1.9/drivers/vhost/ |
D | vringh.c | 1362 int vringh_getdesc_iotlb(struct vringh *vrh, in vringh_getdesc_iotlb() function 1386 EXPORT_SYMBOL(vringh_getdesc_iotlb);
|
/linux-6.1.9/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 1885 err = vringh_getdesc_iotlb(&cvq->vring, &cvq->riov, &cvq->wiov, &cvq->head, in mlx5_cvq_kick_handler()
|