Searched refs:can_msgzerocopy (Results 1 – 3 of 3) sorted by relevance
198 bool (*can_msgzerocopy)(int bufs_num); member
65 if (t_ops->can_msgzerocopy) { in virtio_transport_can_zcopy()69 return t_ops->can_msgzerocopy(pages_to_send + 1); in virtio_transport_can_zcopy()
602 .can_msgzerocopy = virtio_transport_can_msgzerocopy,