Searched refs:vthdr (Results 1 – 1 of 1) sorted by relevance
1675 struct vtnet_rx_buffer_header *vthdr; in vtnet_rx_alloc_buf() local1697 vthdr = (struct vtnet_rx_buffer_header *)m->m_data; in vtnet_rx_alloc_buf()1731 vthdr->addr = segs[0].ds_addr; in vtnet_rx_alloc_buf()1732 vthdr->dmap = dmap; in vtnet_rx_alloc_buf()1991 struct vtnet_rx_buffer_header *vthdr; in vtnet_rxq_merged_eof() local2001 vthdr = vtnet_mbuf_to_rx_buffer_header(sc, m); in vtnet_rxq_merged_eof()2002 bus_dmamap_sync(sc->vtnet_rx_dmat, vthdr->dmap, in vtnet_rxq_merged_eof()2013 bus_dmamap_unload(sc->vtnet_rx_dmat, vthdr->dmap); in vtnet_rxq_merged_eof()2014 bus_dmamap_destroy(sc->vtnet_rx_dmat, vthdr->dmap); in vtnet_rxq_merged_eof()2147 struct vtnet_rx_buffer_header *vthdr; in vtnet_rxq_eof() local[all …]