mvxpbm_softc
struct mvxpbm_softc *sc_bm;
struct mvxpbm_softc *sc = device_private(self);
mvxpbm_evcnt_attach(struct mvxpbm_softc *sc)
mvxpbm_alloc_buffer(struct mvxpbm_softc *sc)
struct mvxpbm_softc *
struct mvxpbm_softc *sc;
mvxpbm_alloc(struct mvxpbm_softc *sc)
struct mvxpbm_softc *sc = chunk->sc;
struct mvxpbm_softc *sc = chunk->sc;
struct mvxpbm_softc *sc = chunk->sc;
mvxpbm_lock(struct mvxpbm_softc *sc)
mvxpbm_unlock(struct mvxpbm_softc *sc)
mvxpbm_xname(struct mvxpbm_softc *sc)
mvxpbm_chunk_size(struct mvxpbm_softc *sc)
mvxpbm_chunk_count(struct mvxpbm_softc *sc)
mvxpbm_packet_offset(struct mvxpbm_softc *sc)
mvxpbm_buf_pbase(struct mvxpbm_softc *sc)
mvxpbm_buf_size(struct mvxpbm_softc *sc)
STATIC int mvxpbm_evcnt_attach(struct mvxpbm_softc *);
CFATTACH_DECL_NEW(mvxpbm_mbus, sizeof(struct mvxpbm_softc),
STATIC int mvxpbm_alloc_buffer(struct mvxpbm_softc *);
static struct mvxpbm_softc sc_emul;
static struct mvxpbm_softc *sc0;
struct mvxpbm_softc *mvxpbm_device(struct marvell_attach_args *);
struct mvxpbm_chunk *mvxpbm_alloc(struct mvxpbm_softc *);
void mvxpbm_lock(struct mvxpbm_softc *);
void mvxpbm_unlock(struct mvxpbm_softc *);
const char *mvxpbm_xname(struct mvxpbm_softc *);
size_t mvxpbm_chunk_size(struct mvxpbm_softc *);
uint32_t mvxpbm_chunk_count(struct mvxpbm_softc *);
off_t mvxpbm_packet_offset(struct mvxpbm_softc *);
paddr_t mvxpbm_buf_pbase(struct mvxpbm_softc *);
size_t mvxpbm_buf_size(struct mvxpbm_softc *);