Searched refs:rx_mbuf_tmpmap (Results 1 – 2 of 2) sorted by relevance
1998 bus_dmamap_destroy(rxr->rx_mbuf_tag, rxr->rx_mbuf_tmpmap); in bce_destroy_rx_ring()2311 &rxr->rx_mbuf_tmpmap); in bce_create_rx_ring()3859 rxr->rx_mbuf_tmpmap, m_new, &seg, 1, &nseg, BUS_DMA_NOWAIT); in bce_newbuf_std()3874 rx_buf->rx_mbuf_map = rxr->rx_mbuf_tmpmap; in bce_newbuf_std()3875 rxr->rx_mbuf_tmpmap = map; in bce_newbuf_std()
5922 bus_dmamap_t rx_mbuf_tmpmap; member