Lines Matching defs:sc

424 mwl_alloc_cmdbuf(struct mwl_softc *sc)  in mwl_alloc_cmdbuf()
448 mwl_free_cmdbuf(struct mwl_softc *sc) in mwl_free_cmdbuf()
455 mwl_alloc_rx_ring(struct mwl_softc *sc, int count) in mwl_alloc_rx_ring()
520 mwl_free_rx_ring(struct mwl_softc *sc) in mwl_free_rx_ring()
543 mwl_alloc_tx_ring(struct mwl_softc *sc, struct mwl_tx_ring *ring, in mwl_alloc_tx_ring()
605 mwl_free_tx_ring(struct mwl_softc *sc, struct mwl_tx_ring *ring) in mwl_free_tx_ring()
630 mwl_hal_sethwdma(struct mwl_softc *sc, const struct mwl_hal_txrxdma *dma) in mwl_hal_sethwdma()
674 mwl_setupdma(struct mwl_softc *sc) in mwl_setupdma()
703 mwl_txq_init(struct mwl_softc *sc, struct mwl_tx_ring *txring, int qnum) in mwl_txq_init()
729 mwl_tx_setup(struct mwl_softc *sc, int ac, int mvtype) in mwl_tx_setup()
754 mwl_setup_txq(struct mwl_softc *sc) in mwl_setup_txq()
822 mwlFwReset(struct mwl_softc *sc) in mwlFwReset()
835 mwlPokeSdramController(struct mwl_softc *sc, int SDRAMSIZE_Addr) in mwlPokeSdramController()
844 mwlTriggerPciCmd(struct mwl_softc *sc) in mwlTriggerPciCmd()
863 mwlWaitFor(struct mwl_softc *sc, uint32_t val) in mwlWaitFor()
879 mwlSendBlock(struct mwl_softc *sc, int bsize, const void *data, size_t dsize) in mwlSendBlock()
901 mwlSendBlock2(struct mwl_softc *sc, const void *data, size_t dsize) in mwlSendBlock2()
918 mwl_fwload(struct mwl_softc *sc, void *fwargs) in mwl_fwload()
1135 mwlSendCmd(struct mwl_softc *sc) in mwlSendCmd()
1150 mwlExecuteCmd(struct mwl_softc *sc, unsigned short cmd) in mwlExecuteCmd()
1178 mwlWaitForCmdComplete(struct mwl_softc *sc, uint16_t cmdCode) in mwlWaitForCmdComplete()
1253 dumpresult(struct mwl_softc *sc, int showresult) in dumpresult()
1284 mwlGetCalTable(struct mwl_softc *sc, uint8_t annex, uint8_t index) in mwlGetCalTable()
1389 mwlGetPwrCalTable(struct mwl_softc *sc) in mwlGetPwrCalTable()
1435 mwlResetHalState(struct mwl_softc *sc) in mwlResetHalState()
1565 mwl_hal_getchannelinfo(struct mwl_softc *sc, int band, int chw, in mwl_hal_getchannelinfo()
1583 getchannels(struct mwl_softc *sc, int maxchans, int *nchans, in getchannels()
1612 mwl_getchannels(struct mwl_softc *sc) in mwl_getchannels()
1641 mwl_gethwspecs(struct mwl_softc *sc) in mwl_gethwspecs()
1677 mwl_hal_setmac_locked(struct mwl_softc *sc, in mwl_hal_setmac_locked()
1707 mwl_hal_newstation(struct mwl_softc *sc, in mwl_hal_newstation()
1741 mwl_hal_setantenna(struct mwl_softc *sc, MWL_HAL_ANTENNA dirSet, int ant) in mwl_hal_setantenna()
1766 mwl_hal_setradio(struct mwl_softc *sc, int onoff, MWL_HAL_PREAMBLE preamble) in mwl_hal_setradio()
1785 mwl_hal_setwmm(struct mwl_softc *sc, int onoff) in mwl_hal_setwmm()
1841 mwl_hal_setchannel(struct mwl_softc *sc, const MWL_HAL_CHANNEL *chan) in mwl_hal_setchannel()
1856 mwl_hal_settxpower(struct mwl_softc *sc, in mwl_hal_settxpower()
1893 mwl_hal_settxrate(struct mwl_softc *sc, MWL_HAL_TXRATE_HANDLING handling, in mwl_hal_settxrate()
1944 mwl_hal_settxrate_auto(struct mwl_softc *sc, const MWL_HAL_TXRATE *rate) in mwl_hal_settxrate_auto()
1968 mwl_hal_setrateadaptmode(struct mwl_softc *sc, uint16_t mode) in mwl_hal_setrateadaptmode()
1983 mwl_hal_setoptimizationlevel(struct mwl_softc *sc, int level) in mwl_hal_setoptimizationlevel()
2000 mwl_hal_setregioncode(struct mwl_softc *sc, int regionCode) in mwl_hal_setregioncode()
2022 mwl_hal_setassocid(struct mwl_softc *sc, in mwl_hal_setassocid()
2043 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_setrates() local
2068 mwl_hal_setrtsthreshold(struct mwl_softc *sc, int threshold) in mwl_hal_setrtsthreshold()
2083 mwl_hal_setcsmode(struct mwl_softc *sc, MWL_HAL_CSMODE csmode) in mwl_hal_setcsmode()
2098 mwl_hal_setpromisc(struct mwl_softc *sc, int ena) in mwl_hal_setpromisc()
2109 mwl_hal_start(struct mwl_softc *sc) in mwl_hal_start()
2125 mwl_hal_setinframode(struct mwl_softc *sc) in mwl_hal_setinframode()
2138 mwl_hal_stop(struct mwl_softc *sc) in mwl_hal_stop()
2152 mwl_hal_keyset(struct mwl_softc *sc, const MWL_HAL_KEYVAL *kv, in mwl_hal_keyset()
2200 mwl_hal_keyreset(struct mwl_softc *sc, const MWL_HAL_KEYVAL *kv, in mwl_hal_keyreset()
2294 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_key_delete() local
2334 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_key_set() local
2446 mwl_chan_set(struct mwl_softc *sc, struct mwl_channel *chan) in mwl_chan_set()
2560 mwl_setcurchanrates(struct mwl_softc *sc) in mwl_setcurchanrates()
2577 findhalchannel(const struct mwl_softc *sc, const MWL_HAL_CHANNEL *c) in findhalchannel()
2651 mwl_startrecv(struct mwl_softc *sc) in mwl_startrecv()
2707 mwl_mode_init(struct mwl_softc *sc) in mwl_mode_init()
2728 mwl_hal_txstart(struct mwl_softc *sc, int qnum) in mwl_hal_txstart()
2739 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_send() local
2911 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_next_scan() local
2965 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_newstate() local
3041 mwl_hal_intrset(struct mwl_softc *sc, uint32_t mask) in mwl_hal_intrset()
3055 mwl_hal_getisr(struct mwl_softc *sc, uint32_t *status) in mwl_hal_getisr()
3073 mwl_tx_intr(struct mwl_softc *sc) in mwl_tx_intr()
3161 mwl_rx_intr(struct mwl_softc *sc) in mwl_rx_intr()
3288 struct mwl_softc *sc = (struct mwl_softc *)data; in mwl_softintr() local
3310 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_intr() local
3375 mwl_init(struct mwl_softc *sc) in mwl_init()
3487 mwl_resume(struct mwl_softc *sc) in mwl_resume()
3541 mwl_stop(struct mwl_softc *sc) in mwl_stop()
3563 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_stat() local
3629 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_start() local
3655 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_stop() local
3670 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_promisc() local
3695 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_tx() local
3732 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_ioctl() local
3755 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_getprop() local
3768 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_propinfo() local
3777 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_setprop() local
3799 struct mwl_softc *sc; in mwl_attach() local
4229 struct mwl_softc *sc; in mwl_detach() local
4309 struct mwl_softc *sc; in mwl_quiesce() local