Home
last modified time | relevance | path

Searched refs:tx_can_batch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/vhost/
H A Dnet.c649 static bool tx_can_batch(struct vhost_virtqueue *vq, size_t total_len) in tx_can_batch() function
832 if (tx_can_batch(vq, total_len)) in handle_tx_copy()
926 if (tx_can_batch(vq, total_len) && in handle_tx_zerocopy()
/kernel/linux/linux-6.6/drivers/vhost/
H A Dnet.c652 static bool tx_can_batch(struct vhost_virtqueue *vq, size_t total_len) in tx_can_batch() function
833 if (tx_can_batch(vq, total_len)) in handle_tx_copy()
929 if (tx_can_batch(vq, total_len) && in handle_tx_zerocopy()

Completed in 5 milliseconds