Lines Matching defs:txp_softc
591 struct txp_softc { struct
592 struct arpcom sc_arpcom; /* ethernet common */
593 struct txp_hostvar *sc_hostvar;
594 struct txp_boot_record *sc_boot;
595 bus_space_handle_t sc_bh; /* bus handle (regs) */
596 bus_space_tag_t sc_bt; /* bus tag (regs) */
597 struct resource *sc_res;
598 struct resource *sc_irq;
599 void *sc_intrhand;
600 struct txp_ldata *sc_ldata;
601 void *sc_fwbuf;
602 int sc_rxbufprod;
603 struct txp_cmd_ring sc_cmdring;
604 struct txp_rsp_ring sc_rspring;
605 struct txp_swdesc sc_txd[TX_ENTRIES];
606 struct callout txp_stat_timer;
607 struct ifmedia sc_ifmedia;
608 struct txp_tx_ring sc_txhir, sc_txlor;
609 struct txp_rxbuf_desc *sc_rxbufs;
610 struct txp_rx_ring sc_rxhir, sc_rxlor;
611 u_int16_t sc_xcvr;
612 u_int16_t sc_seq;
613 u_int32_t sc_rx_capability, sc_tx_capability;