Searched refs:vtnet_rx_alloc_buf (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 116 vtnet_rx_alloc_buf(struct vtnet_softc *, int , struct mbuf **); 1249 vtnet_rx_alloc_buf(struct vtnet_softc *sc, int nbufs, struct mbuf **m_tailp) in vtnet_rx_alloc_buf() function 1344 m_new = vtnet_rx_alloc_buf(sc, nreplace, &m_tail); in vtnet_rxq_replace_lro_nomgr_buf() 1400 m_new = vtnet_rx_alloc_buf(sc, 1, NULL); in vtnet_rxq_replace_buf() 1470 m = vtnet_rx_alloc_buf(sc, sc->vtnet_rx_nmbufs, NULL); in vtnet_rxq_new_buf()
|