Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vdpa/vdpa_sim/
Dvdpa_sim_blk.c142 to_push = vringh_kiov_length(&vq->in_iov) - 1; in vdpasim_blk_handle_req()
144 to_pull = vringh_kiov_length(&vq->out_iov); in vdpasim_blk_handle_req()
/Linux-v6.6/include/linux/
Dvringh.h219 static inline size_t vringh_kiov_length(struct vringh_kiov *kiov) in vringh_kiov_length() function