Searched refs:mly_softc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | mlyvar.h | 119 struct mly_softc; 141 void (*mc_complete)(struct mly_softc *, struct mly_ccb *); 152 struct mly_softc { struct 228 static __inline u_int8_t mly_inb(struct mly_softc *, int); argument 229 static __inline u_int16_t mly_inw(struct mly_softc *, int); 230 static __inline u_int32_t mly_inl(struct mly_softc *, int); 231 static __inline void mly_outb(struct mly_softc *, int, u_int8_t); 232 static __inline void mly_outw(struct mly_softc *, int, u_int16_t); 233 static __inline void mly_outl(struct mly_softc *, int, u_int32_t); 234 static __inline int mly_idbr_true(struct mly_softc *, u_int8_t); [all …]
|
H A D | mly.c | 107 static int mly_fwhandshake(struct mly_softc *); 108 static int mly_flush(struct mly_softc *); 112 static int mly_alloc_ccbs(struct mly_softc *); 113 static void mly_check_event(struct mly_softc *); 114 static void mly_complete_event(struct mly_softc *, struct mly_ccb *); 115 static void mly_complete_rescan(struct mly_softc *, struct mly_ccb *); 116 static int mly_dmamem_alloc(struct mly_softc *, int, bus_dmamap_t *, 118 static void mly_dmamem_free(struct mly_softc *, int, bus_dmamap_t, 120 static int mly_enable_mmbox(struct mly_softc *); 121 static void mly_fetch_event(struct mly_softc *); [all …]
|