Searched refs:mly_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/mly/
H A Dmly.c62 static int mly_pci_attach(struct mly_softc *sc);
67 static int mly_sg_map(struct mly_softc *sc);
69 static int mly_mmbox_map(struct mly_softc *sc);
71 static void mly_free(struct mly_softc *sc);
73 static int mly_get_controllerinfo(struct mly_softc *sc);
74 static void mly_scan_devices(struct mly_softc *sc);
75 static void mly_rescan_btl(struct mly_softc *sc, int bus, int target);
77 static int mly_get_eventstatus(struct mly_softc *sc);
78 static int mly_enable_mmbox(struct mly_softc *sc);
79 static int mly_flush(struct mly_softc *s
[all...]
H A Dmlyvar.h81 extern struct mly_softc *mly_softc0;
117 struct mly_softc *mc_sc; /* controller that owns us */
154 struct mly_softc { struct
313 mly_initq_ ## name (struct mly_softc *sc) \
333 mly_dequeue_ ## name (struct mly_softc *sc) \

Completed in 100 milliseconds