Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bce/
HDif_bce.c3407 if (sc->rx_mbuf_map[i] != NULL) { in bce_dma_free()
3409 sc->rx_mbuf_map[i]); in bce_dma_free()
3411 sc->rx_mbuf_map[i]); in bce_dma_free()
3412 sc->rx_mbuf_map[i] = NULL; in bce_dma_free()
3809 &sc->rx_mbuf_map[i])) { in bce_dma_alloc()
5432 sc->rx_mbuf_map[chain_prod], m_new, segs, &nsegs, BUS_DMA_NOWAIT); in bce_get_rx_buf()
5937 if (sc->rx_mbuf_map[i] != NULL) in bce_free_rx_chain()
5939 sc->rx_mbuf_map[i], in bce_free_rx_chain()
6588 sc->rx_mbuf_map[sw_rx_cons_idx], in bce_rx_intr()
6591 sc->rx_mbuf_map[sw_rx_cons_idx]); in bce_rx_intr()
HDif_bcereg.h6613 bus_dmamap_t rx_mbuf_map[MAX_RX_BD_AVAIL]; member