Lines Matching defs:txp_softc
564 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;
574 struct txp_swdesc sc_txd[TX_ENTRIES];
575 void * sc_ih;
576 struct timeout sc_tick;
577 struct ifmedia sc_ifmedia;
578 struct txp_tx_ring sc_txhir, sc_txlor;
579 struct txp_rxbuf_desc *sc_rxbufs;
580 struct txp_rx_ring sc_rxhir, sc_rxlor;
581 u_int16_t sc_xcvr;
582 u_int16_t sc_seq;
583 struct txp_dma_alloc sc_boot_dma, sc_host_dma, sc_zero_dma;
584 struct txp_dma_alloc sc_rxhiring_dma, sc_rxloring_dma;
585 struct txp_dma_alloc sc_txhiring_dma, sc_txloring_dma;
586 struct txp_dma_alloc sc_cmdring_dma, sc_rspring_dma;
587 struct txp_dma_alloc sc_rxbufring_dma;
588 int sc_cold;
589 u_int32_t sc_rx_capability, sc_tx_capability;