Searched refs:vringh_kiov_length (Results 1 – 2 of 2) sorted by relevance
142 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()
219 static inline size_t vringh_kiov_length(struct vringh_kiov *kiov) in vringh_kiov_length() function