Symbol: mtd_softc
sys/dev/ic/mtd8xx.c
196
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd8xx.c
205
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd8xx.c
214
mtd_mii_command(struct mtd_softc *sc, int opcode, int phy, int reg)
sys/dev/ic/mtd8xx.c
251
struct mtd_softc *sc = (void *)self;
sys/dev/ic/mtd8xx.c
280
struct mtd_softc *sc = (void *)self;
sys/dev/ic/mtd8xx.c
312
mtd_setmulti(struct mtd_softc *sc)
sys/dev/ic/mtd8xx.c
359
mtd_encap(struct mtd_softc *sc, struct mbuf *m_head, u_int32_t *txidx)
sys/dev/ic/mtd8xx.c
430
mtd_list_tx_init(struct mtd_softc *sc)
sys/dev/ic/mtd8xx.c
459
mtd_list_rx_init(struct mtd_softc *sc)
sys/dev/ic/mtd8xx.c
486
mtd_newbuf(struct mtd_softc *sc, int i, struct mbuf *m)
sys/dev/ic/mtd8xx.c
543
mtd_reset(struct mtd_softc *sc)
sys/dev/ic/mtd8xx.c
573
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd8xx.c
617
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd8xx.c
64
static u_int32_t mtd_mii_command(struct mtd_softc *, int, int, int);
sys/dev/ic/mtd8xx.c
68
static void mtd_setmulti(struct mtd_softc *);
sys/dev/ic/mtd8xx.c
692
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd8xx.c
70
static int mtd_encap(struct mtd_softc *, struct mbuf *, u_int32_t *);
sys/dev/ic/mtd8xx.c
71
static int mtd_list_rx_init(struct mtd_softc *);
sys/dev/ic/mtd8xx.c
72
static void mtd_list_tx_init(struct mtd_softc *);
sys/dev/ic/mtd8xx.c
73
static int mtd_newbuf(struct mtd_softc *, int, struct mbuf *);
sys/dev/ic/mtd8xx.c
739
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd8xx.c
75
static void mtd_reset(struct mtd_softc *sc);
sys/dev/ic/mtd8xx.c
794
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd8xx.c
809
struct mtd_softc *sc = xsc;
sys/dev/ic/mtd8xx.c
82
static int mtd_rxeof(struct mtd_softc *);
sys/dev/ic/mtd8xx.c
83
static int mtd_rx_resync(struct mtd_softc *);
sys/dev/ic/mtd8xx.c
84
static void mtd_txeof(struct mtd_softc *);
sys/dev/ic/mtd8xx.c
866
mtd_rxeof(struct mtd_softc *sc)
sys/dev/ic/mtd8xx.c
88
mtd_attach(struct mtd_softc *sc)
sys/dev/ic/mtd8xx.c
951
mtd_rx_resync(struct mtd_softc *sc)
sys/dev/ic/mtd8xx.c
986
mtd_txeof(struct mtd_softc *sc)
sys/dev/ic/mtd8xxvar.h
150
void mtd_attach(struct mtd_softc *);
sys/dev/pci/if_mtd_pci.c
57
sizeof(struct mtd_softc), mtd_pci_match, mtd_pci_attach
sys/dev/pci/if_mtd_pci.c
78
struct mtd_softc *sc = (void *)self;