Searched refs:pg_mbuf_map (Results 1 – 2 of 2) sorted by relevance
3337 if (sc->pg_mbuf_map[i] != NULL) { in bce_dma_free()3339 sc->pg_mbuf_map[i]); in bce_dma_free()3341 sc->pg_mbuf_map[i]); in bce_dma_free()3342 sc->pg_mbuf_map[i] = NULL; in bce_dma_free()3784 &sc->pg_mbuf_map[i])) { in bce_dma_alloc()5415 sc->pg_mbuf_map[prod_idx], m_new, segs, &nsegs, BUS_DMA_NOWAIT); in bce_get_pg_buf()5977 if (sc->pg_mbuf_map[i] != NULL) in bce_free_pg_chain()5979 sc->pg_mbuf_map[i], in bce_free_pg_chain()6552 sc->pg_mbuf_map[sw_pg_cons_idx], in bce_rx_intr()6555 sc->pg_mbuf_map[sw_pg_cons_idx]); in bce_rx_intr()
6542 bus_dmamap_t pg_mbuf_map[MAX_PG_BD_AVAIL]; member