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 *);
1633 error = vtnet_rxq_enqueue_buf(rxq, m_new); in vtnet_rxq_replace_lro_nomrg_buf()
1674 error = vtnet_rxq_enqueue_buf(rxq, m_new); in vtnet_rxq_replace_buf()
1685 vtnet_rxq_enqueue_buf(struct vtnet_rxq *rxq, struct mbuf *m) in vtnet_rxq_enqueue_buf() function
1745 error = vtnet_rxq_enqueue_buf(rxq, m); in vtnet_rxq_new_buf()
1933 error = vtnet_rxq_enqueue_buf(rxq, m); in vtnet_rxq_discard_buf()