Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c134 static int vtnet_rxq_enqueue_buf(struct vtnet_rxq *, struct mbuf *);
1647 error = vtnet_rxq_enqueue_buf(rxq, m_new); in vtnet_rxq_replace_lro_nomrg_buf()
1688 error = vtnet_rxq_enqueue_buf(rxq, m_new); in vtnet_rxq_replace_buf()
1699 vtnet_rxq_enqueue_buf(struct vtnet_rxq *rxq, struct mbuf *m) in vtnet_rxq_enqueue_buf() function
1759 error = vtnet_rxq_enqueue_buf(rxq, m); in vtnet_rxq_new_buf()
1948 error = vtnet_rxq_enqueue_buf(rxq, m); in vtnet_rxq_discard_buf()