HomeSort by: relevance | last modified time | path
    Searched refs:mvxpbm_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/marvell/
mvxpbmvar.h 84 struct mvxpbm_softc { struct
114 struct mvxpbm_softc *mvxpbm_device(struct marvell_attach_args *);
117 struct mvxpbm_chunk *mvxpbm_alloc(struct mvxpbm_softc *);
129 void mvxpbm_lock(struct mvxpbm_softc *);
130 void mvxpbm_unlock(struct mvxpbm_softc *);
133 const char *mvxpbm_xname(struct mvxpbm_softc *);
134 size_t mvxpbm_chunk_size(struct mvxpbm_softc *);
135 uint32_t mvxpbm_chunk_count(struct mvxpbm_softc *);
136 off_t mvxpbm_packet_offset(struct mvxpbm_softc *);
137 paddr_t mvxpbm_buf_pbase(struct mvxpbm_softc *);
    [all...]
mvxpbm.c 84 STATIC int mvxpbm_evcnt_attach(struct mvxpbm_softc *);
85 CFATTACH_DECL_NEW(mvxpbm_mbus, sizeof(struct mvxpbm_softc),
89 STATIC int mvxpbm_alloc_buffer(struct mvxpbm_softc *);
95 static struct mvxpbm_softc sc_emul;
96 static struct mvxpbm_softc *sc0;
129 struct mvxpbm_softc *sc = device_private(self);
160 mvxpbm_evcnt_attach(struct mvxpbm_softc *sc)
169 mvxpbm_alloc_buffer(struct mvxpbm_softc *sc)
337 struct mvxpbm_softc *
340 struct mvxpbm_softc *sc
    [all...]
if_mvxpevar.h 433 struct mvxpbm_softc *sc_bm;

Completed in 12 milliseconds