Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_txpreg.h442 struct txp_boot_record { struct
568 struct txp_boot_record *sc_boot;
H A Dif_txp.c845 struct txp_boot_record *boot; in txp_alloc_rings()
851 if (txp_dma_malloc(sc, sizeof(struct txp_boot_record), &sc->sc_boot_dma, in txp_alloc_rings()
856 boot = (struct txp_boot_record *)sc->sc_boot_dma.dma_vaddr; in txp_alloc_rings()
1582 struct txp_boot_record *br = sc->sc_boot; in txp_cmd_desc_numfree()