Searched refs:rx_mbuf_map (Results 1 – 2 of 2) sorted by relevance
1996 rxr->rx_bufs[i].rx_mbuf_map); in bce_destroy_rx_ring()2324 &rxr->rx_bufs[i].rx_mbuf_map); in bce_create_rx_ring()2330 rxr->rx_bufs[j].rx_mbuf_map); in bce_create_rx_ring()3871 bus_dmamap_unload(rxr->rx_mbuf_tag, rx_buf->rx_mbuf_map); in bce_newbuf_std()3873 map = rx_buf->rx_mbuf_map; in bce_newbuf_std()3874 rx_buf->rx_mbuf_map = rxr->rx_mbuf_tmpmap; in bce_newbuf_std()4188 rx_buf->rx_mbuf_map); in bce_free_rx_chain()4370 bus_dmamap_sync(rxr->rx_mbuf_tag, rx_buf->rx_mbuf_map, in bce_rx_intr()
5894 bus_dmamap_t rx_mbuf_map; member