Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/virtio/network/
H A Dif_vtnet.c135 static int vtnet_rxq_enqueue_buf(struct vtnet_rxq *, struct mbuf *);
1642 error = vtnet_rxq_enqueue_buf(rxq, m_new); in vtnet_rxq_replace_lro_nomrg_buf()
1683 error = vtnet_rxq_enqueue_buf(rxq, m_new); in vtnet_rxq_replace_buf()
1694 vtnet_rxq_enqueue_buf(struct vtnet_rxq *rxq, struct mbuf *m) in vtnet_rxq_enqueue_buf() function
1754 error = vtnet_rxq_enqueue_buf(rxq, m); in vtnet_rxq_new_buf()
1942 error = vtnet_rxq_enqueue_buf(rxq, m); in vtnet_rxq_discard_buf()