Symbol: mvxpbm_softc
sys/dev/marvell/if_mvxpevar.h
433
struct mvxpbm_softc *sc_bm;
sys/dev/marvell/mvxpbm.c
129
struct mvxpbm_softc *sc = device_private(self);
sys/dev/marvell/mvxpbm.c
160
mvxpbm_evcnt_attach(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
169
mvxpbm_alloc_buffer(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
337
struct mvxpbm_softc *
sys/dev/marvell/mvxpbm.c
340
struct mvxpbm_softc *sc;
sys/dev/marvell/mvxpbm.c
367
mvxpbm_alloc(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
390
struct mvxpbm_softc *sc = chunk->sc;
sys/dev/marvell/mvxpbm.c
407
struct mvxpbm_softc *sc = chunk->sc;
sys/dev/marvell/mvxpbm.c
431
struct mvxpbm_softc *sc = chunk->sc;
sys/dev/marvell/mvxpbm.c
442
mvxpbm_lock(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
448
mvxpbm_unlock(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
455
mvxpbm_xname(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
464
mvxpbm_chunk_size(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
470
mvxpbm_chunk_count(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
476
mvxpbm_packet_offset(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
482
mvxpbm_buf_pbase(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
488
mvxpbm_buf_size(struct mvxpbm_softc *sc)
sys/dev/marvell/mvxpbm.c
84
STATIC int mvxpbm_evcnt_attach(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbm.c
85
CFATTACH_DECL_NEW(mvxpbm_mbus, sizeof(struct mvxpbm_softc),
sys/dev/marvell/mvxpbm.c
89
STATIC int mvxpbm_alloc_buffer(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbm.c
95
static struct mvxpbm_softc sc_emul;
sys/dev/marvell/mvxpbm.c
96
static struct mvxpbm_softc *sc0;
sys/dev/marvell/mvxpbmvar.h
114
struct mvxpbm_softc *mvxpbm_device(struct marvell_attach_args *);
sys/dev/marvell/mvxpbmvar.h
117
struct mvxpbm_chunk *mvxpbm_alloc(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbmvar.h
129
void mvxpbm_lock(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbmvar.h
130
void mvxpbm_unlock(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbmvar.h
133
const char *mvxpbm_xname(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbmvar.h
134
size_t mvxpbm_chunk_size(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbmvar.h
135
uint32_t mvxpbm_chunk_count(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbmvar.h
136
off_t mvxpbm_packet_offset(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbmvar.h
137
paddr_t mvxpbm_buf_pbase(struct mvxpbm_softc *);
sys/dev/marvell/mvxpbmvar.h
138
size_t mvxpbm_buf_size(struct mvxpbm_softc *);