Home
last modified time | relevance | path

Searched refs:pg_mbuf_map (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/bce/
H A Dif_bce.c3337 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()
H A Dif_bcereg.h6542 bus_dmamap_t pg_mbuf_map[MAX_PG_BD_AVAIL]; member