Home
last modified time | relevance | path

Searched defs:txp_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_txpreg.h564 struct txp_softc { struct
565 struct device sc_dev; /* base device */
566 struct arpcom sc_arpcom; /* ethernet common */
567 struct txp_hostvar *sc_hostvar;
568 struct txp_boot_record *sc_boot;
569 bus_space_handle_t sc_bh; /* bus handle (regs) */
570 bus_space_tag_t sc_bt; /* bus tag (regs) */
571 bus_dma_tag_t sc_dmat; /* dma tag */
572 struct txp_cmd_ring sc_cmdring;
573 struct txp_rsp_ring sc_rspring;
[all …]