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