Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c131 vtnet_rx_alloc_buf(struct vtnet_softc *, int , struct mbuf **);
1554 vtnet_rx_alloc_buf(struct vtnet_softc *sc, int nbufs, struct mbuf **m_tailp) in vtnet_rx_alloc_buf() function
1652 m_new = vtnet_rx_alloc_buf(sc, nreplace, &m_tail); in vtnet_rxq_replace_lro_nomrg_buf()
1704 m_new = vtnet_rx_alloc_buf(sc, 1, NULL); in vtnet_rxq_replace_buf()
1775 m = vtnet_rx_alloc_buf(sc, sc->vtnet_rx_nmbufs, NULL); in vtnet_rxq_new_buf()