malo_softc
struct malo_softc *sc = arg;
malo_tx_start(struct malo_softc *sc, struct ieee80211_node *ni,
struct malo_softc *sc = ic->ic_softc;
malo_start(struct malo_softc *sc)
static int malo_dma_setup(struct malo_softc *);
static int malo_setup_hwdma(struct malo_softc *);
static void malo_txq_init(struct malo_softc *, struct malo_txq *, int);
static void malo_tx_cleanupq(struct malo_softc *, struct malo_txq *);
struct malo_softc *sc = arg;
static void malo_start(struct malo_softc *);
malo_hal_reset(struct malo_softc *sc)
malo_getrxmbuf(struct malo_softc *sc, struct malo_rxbuf *bf)
malo_rxbuf_init(struct malo_softc *sc, struct malo_rxbuf *bf)
static void malo_sysctlattach(struct malo_softc *);
static void malo_announce(struct malo_softc *);
malo_startrecv(struct malo_softc *sc)
static void malo_dma_cleanup(struct malo_softc *);
static void malo_stop(struct malo_softc *);
static int malo_chan_set(struct malo_softc *, struct ieee80211_channel *);
static int malo_mode_init(struct malo_softc *);
malo_init_locked(struct malo_softc *sc)
struct malo_softc *sc = (struct malo_softc *) arg;
malo_setmcastfilter(struct malo_softc *sc)
malo_bar0_read4(struct malo_softc *sc, bus_size_t off)
malo_mode_init(struct malo_softc *sc)
malo_tx_draintxq(struct malo_softc *sc, struct malo_txq *txq)
malo_bar0_write4(struct malo_softc *sc, bus_size_t off, uint32_t val)
malo_stop(struct malo_softc *sc)
struct malo_softc *sc = ic->ic_softc;
struct malo_softc *sc = ic->ic_softc;
malo_attach(uint16_t devid, struct malo_softc *sc)
struct malo_softc *sc = ic->ic_softc;
struct malo_softc *sc = ic->ic_softc;
malo_sysctlattach(struct malo_softc *sc)
malo_announce(struct malo_softc *sc)
malo_chan_set(struct malo_softc *sc, struct ieee80211_channel *chan)
struct malo_softc *sc = ic->ic_softc;
struct malo_softc *sc = ic->ic_softc;
struct malo_softc *sc = ic->ic_softc;
struct malo_softc *sc = arg;
malo_tx_cleanup(struct malo_softc *sc)
malo_detach(struct malo_softc *sc)
malo_shutdown(struct malo_softc *sc)
malo_suspend(struct malo_softc *sc)
malo_resume(struct malo_softc *sc)
struct malo_softc *sc = ic->ic_softc;
struct malo_softc *sc = arg;
malo_desc_setup(struct malo_softc *sc, const char *name,
malo_rxdma_setup(struct malo_softc *sc)
malo_txdma_setup(struct malo_softc *sc, struct malo_txq *txq)
malo_desc_cleanup(struct malo_softc *sc, struct malo_descdma *dd)
malo_rxdma_cleanup(struct malo_softc *sc)
malo_txdma_cleanup(struct malo_softc *sc, struct malo_txq *txq)
malo_dma_cleanup(struct malo_softc *sc)
malo_dma_setup(struct malo_softc *sc)
malo_hal_set_rxtxdma(struct malo_softc *sc)
malo_setup_hwdma(struct malo_softc *sc)
malo_txq_init(struct malo_softc *sc, struct malo_txq *txq, int qnum)
malo_tx_cleanupq(struct malo_softc *sc, struct malo_txq *txq)
malo_getbuf(struct malo_softc *sc, struct malo_txq *txq)
malo_tx_dmasetup(struct malo_softc *sc, struct malo_txbuf *bf, struct mbuf *m0)
malo_tx_processq(struct malo_softc *sc, struct malo_txq *txq)
int malo_attach(uint16_t, struct malo_softc *);
int malo_detach(struct malo_softc *);
void malo_shutdown(struct malo_softc *);
void malo_suspend(struct malo_softc *);
void malo_resume(struct malo_softc *);
struct malo_softc *sc = &psc->malo_sc;
struct malo_softc *sc = &psc->malo_sc;
struct malo_softc malo_sc;