HomeSort by: relevance | last modified time | path
    Searched defs:mtd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/newsmips/apbus/
if_sn.c 154 struct mtd *mtdp = &sc->mtda[i];
188 struct mtd *mtdp = &sc->mtda[i];
444 struct mtd *mtd; local in function:snstop
455 mtd = &sc->mtda[sc->mtd_hw];
456 m_freem(mtd->mtd_mbuf);
476 struct mtd *mtd; local in function:snwatchdog
481 mtd = &sc->mtda[sc->mtd_hw];
482 if (SRO(sc->bitmode, mtd->mtd_txp, TXP_STATUS) == 0
721 struct mtd *mtd; local in function:initialise_tda
868 struct mtd *mtd; local in function:sonictxint
    [all...]
if_snvar.h 73 typedef struct mtd { struct
111 struct mtd mtda[NTDA];
112 int mtd_hw; /* idx of first mtd given to hw */
113 int mtd_prev; /* idx of last mtd given to hardware */
114 int mtd_free; /* next free mtd to use */

Completed in 12 milliseconds