Searched refs:vtnet_rx_alloc_buf (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 126 vtnet_rx_alloc_buf(struct vtnet_softc *, int , struct mbuf **); 1525 vtnet_rx_alloc_buf(struct vtnet_softc *sc, int nbufs, struct mbuf **m_tailp) in vtnet_rx_alloc_buf() function 1610 m_new = vtnet_rx_alloc_buf(sc, nreplace, &m_tail); in vtnet_rxq_replace_lro_nomrg_buf() 1662 m_new = vtnet_rx_alloc_buf(sc, 1, NULL); in vtnet_rxq_replace_buf() 1729 m = vtnet_rx_alloc_buf(sc, sc->vtnet_rx_nmbufs, NULL); in vtnet_rxq_new_buf()
|