Home
last modified time | relevance | path

Searched refs:mvxpbm_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/marvell/
H A Dmvxpbmvar.h84 struct mvxpbm_softc { struct
114 struct mvxpbm_softc *mvxpbm_device(struct marvell_attach_args *); argument
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 …]
H A Dmvxpbm.c84 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); in mvxpbm_attach()
160 mvxpbm_evcnt_attach(struct mvxpbm_softc *sc) in mvxpbm_evcnt_attach()
169 mvxpbm_alloc_buffer(struct mvxpbm_softc *sc) in mvxpbm_alloc_buffer()
337 struct mvxpbm_softc *
340 struct mvxpbm_softc *sc; in mvxpbm_device()
[all …]
H A Dif_mvxpevar.h433 struct mvxpbm_softc *sc_bm;