Lines Matching defs:txp_softc
657 struct txp_softc { struct
658 struct ifnet *sc_ifp;
659 device_t sc_dev;
660 struct txp_hostvar *sc_hostvar;
661 struct txp_boot_record *sc_boot;
662 struct resource *sc_res;
663 int sc_res_id;
664 int sc_res_type;
665 struct resource *sc_irq;
666 void *sc_intrhand;
667 struct txp_chain_data sc_cdata;
668 struct txp_ldata sc_ldata;
669 int sc_rxbufprod;
670 int sc_process_limit;
671 struct txp_cmd_ring sc_cmdring;
672 struct txp_rsp_ring sc_rspring;
673 struct callout sc_tick;
674 struct ifmedia sc_ifmedia;
675 struct txp_hw_stats sc_ostats;
676 struct txp_hw_stats sc_stats;
677 struct txp_tx_ring sc_txhir, sc_txlor;
678 struct txp_swdesc sc_txd[TX_ENTRIES];
679 struct txp_rxbuf_desc *sc_rxbufs;
680 struct txp_rx_ring sc_rxhir, sc_rxlor;
681 uint16_t sc_xcvr;
682 uint16_t sc_seq;
683 int sc_watchdog_timer;
684 int sc_if_flags;
685 int sc_flags;
690 struct task sc_int_task;
691 struct taskqueue *sc_tq;
692 struct mtx sc_mtx;