Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vdpa/vdpa_sim/
Dvdpa_sim_blk.c96 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, &hdr, in vdpasim_blk_handle_req()
143 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, in vdpasim_blk_handle_req()
Dvdpa_sim_net.c71 read = vringh_iov_pull_iotlb(&txq->vring, &txq->out_iov, in vdpasim_net_work()
/Linux-v5.15/include/linux/
Dvringh.h293 ssize_t vringh_iov_pull_iotlb(struct vringh *vrh,
/Linux-v5.15/drivers/vhost/
Dvringh.c1358 ssize_t vringh_iov_pull_iotlb(struct vringh *vrh, in vringh_iov_pull_iotlb() function
1364 EXPORT_SYMBOL(vringh_iov_pull_iotlb);
/Linux-v5.15/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1451 read = vringh_iov_pull_iotlb(&cvq->vring, &cvq->riov, (void *)mac, ETH_ALEN); in handle_ctrl_mac()
1532 read = vringh_iov_pull_iotlb(&cvq->vring, &cvq->riov, (void *)&mq, sizeof(mq)); in handle_ctrl_mq()
1583 read = vringh_iov_pull_iotlb(&cvq->vring, &cvq->riov, &ctrl, sizeof(ctrl)); in mlx5_cvq_kick_handler()