HomeSort by: relevance | last modified time | path
    Searched defs:mvxpbm_softc (Results 1 - 1 of 1) 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...]

Completed in 11 milliseconds