Searched refs:malo_softc (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c128 static int malo_dma_setup(struct malo_softc *);
129 static int malo_setup_hwdma(struct malo_softc *);
130 static void malo_txq_init(struct malo_softc *, struct malo_txq *, int);
131 static void malo_tx_cleanupq(struct malo_softc *, struct malo_txq *);
134 static void malo_start(struct malo_softc *);
143 static void malo_sysctlattach(struct malo_softc *);
144 static void malo_announce(struct malo_softc *);
145 static void malo_dma_cleanup(struct malo_softc *);
146 static void malo_stop(struct malo_softc *);
147 static int malo_chan_set(struct malo_softc *, struc
[all...]
H A Dif_malo.h524 struct malo_softc { struct
584 int malo_attach(uint16_t, struct malo_softc *);
586 int malo_detach(struct malo_softc *);
587 void malo_shutdown(struct malo_softc *);
588 void malo_suspend(struct malo_softc *);
589 void malo_resume(struct malo_softc *);
H A Dif_malo_pci.c74 struct malo_softc malo_sc;
159 struct malo_softc *sc = &psc->malo_sc;
276 struct malo_softc *sc = &psc->malo_sc;

Completed in 42 milliseconds