Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bnx.c2351 sc->tx_bd_chain_map[i] != NULL) { in bnx_dma_free()
2353 sc->tx_bd_chain_map[i]); in bnx_dma_free()
2359 sc->tx_bd_chain_map[i]); in bnx_dma_free()
2361 sc->tx_bd_chain_map[i] = NULL; in bnx_dma_free()
2565 &sc->tx_bd_chain_map[i])) { in bnx_dma_alloc()
2588 if (bus_dmamap_load(sc->bnx_dmatag, sc->tx_bd_chain_map[i], in bnx_dma_alloc()
2597 sc->tx_bd_chain_map[i]->dm_segs[0].ds_addr; in bnx_dma_alloc()
H A Dif_bnxreg.h4874 bus_dmamap_t tx_bd_chain_map[TX_PAGES]; member