Lines Matching defs:sc

431 mwl_alloc_cmdbuf(struct mwl_softc *sc)  in mwl_alloc_cmdbuf()
455 mwl_free_cmdbuf(struct mwl_softc *sc) in mwl_free_cmdbuf()
462 mwl_alloc_rx_ring(struct mwl_softc *sc, int count) in mwl_alloc_rx_ring()
527 mwl_free_rx_ring(struct mwl_softc *sc) in mwl_free_rx_ring()
550 mwl_alloc_tx_ring(struct mwl_softc *sc, struct mwl_tx_ring *ring, in mwl_alloc_tx_ring()
612 mwl_free_tx_ring(struct mwl_softc *sc, struct mwl_tx_ring *ring) in mwl_free_tx_ring()
637 mwl_hal_sethwdma(struct mwl_softc *sc, const struct mwl_hal_txrxdma *dma) in mwl_hal_sethwdma()
681 mwl_setupdma(struct mwl_softc *sc) in mwl_setupdma()
710 mwl_txq_init(struct mwl_softc *sc, struct mwl_tx_ring *txring, int qnum) in mwl_txq_init()
736 mwl_tx_setup(struct mwl_softc *sc, int ac, int mvtype) in mwl_tx_setup()
761 mwl_setup_txq(struct mwl_softc *sc) in mwl_setup_txq()
829 mwlFwReset(struct mwl_softc *sc) in mwlFwReset()
842 mwlPokeSdramController(struct mwl_softc *sc, int SDRAMSIZE_Addr) in mwlPokeSdramController()
851 mwlTriggerPciCmd(struct mwl_softc *sc) in mwlTriggerPciCmd()
870 mwlWaitFor(struct mwl_softc *sc, uint32_t val) in mwlWaitFor()
886 mwlSendBlock(struct mwl_softc *sc, int bsize, const void *data, size_t dsize) in mwlSendBlock()
908 mwlSendBlock2(struct mwl_softc *sc, const void *data, size_t dsize) in mwlSendBlock2()
925 mwl_fwload(struct mwl_softc *sc, void *fwargs) in mwl_fwload()
1142 mwlSendCmd(struct mwl_softc *sc) in mwlSendCmd()
1157 mwlExecuteCmd(struct mwl_softc *sc, unsigned short cmd) in mwlExecuteCmd()
1185 mwlWaitForCmdComplete(struct mwl_softc *sc, uint16_t cmdCode) in mwlWaitForCmdComplete()
1262 dumpresult(struct mwl_softc *sc, int showresult) in dumpresult()
1293 mwlGetCalTable(struct mwl_softc *sc, uint8_t annex, uint8_t index) in mwlGetCalTable()
1398 mwlGetPwrCalTable(struct mwl_softc *sc) in mwlGetPwrCalTable()
1444 mwlResetHalState(struct mwl_softc *sc) in mwlResetHalState()
1574 mwl_hal_getchannelinfo(struct mwl_softc *sc, int band, int chw, in mwl_hal_getchannelinfo()
1592 getchannels(struct mwl_softc *sc, int maxchans, int *nchans, in getchannels()
1621 mwl_getchannels(struct mwl_softc *sc) in mwl_getchannels()
1650 mwl_gethwspecs(struct mwl_softc *sc) in mwl_gethwspecs()
1686 mwl_hal_setmac_locked(struct mwl_softc *sc, in mwl_hal_setmac_locked()
1716 mwl_hal_newstation(struct mwl_softc *sc, in mwl_hal_newstation()
1750 mwl_hal_setantenna(struct mwl_softc *sc, MWL_HAL_ANTENNA dirSet, int ant) in mwl_hal_setantenna()
1775 mwl_hal_setradio(struct mwl_softc *sc, int onoff, MWL_HAL_PREAMBLE preamble) in mwl_hal_setradio()
1794 mwl_hal_setwmm(struct mwl_softc *sc, int onoff) in mwl_hal_setwmm()
1850 mwl_hal_setchannel(struct mwl_softc *sc, const MWL_HAL_CHANNEL *chan) in mwl_hal_setchannel()
1865 mwl_hal_settxpower(struct mwl_softc *sc, in mwl_hal_settxpower()
1902 mwl_hal_settxrate(struct mwl_softc *sc, MWL_HAL_TXRATE_HANDLING handling, in mwl_hal_settxrate()
1953 mwl_hal_settxrate_auto(struct mwl_softc *sc, const MWL_HAL_TXRATE *rate) in mwl_hal_settxrate_auto()
1977 mwl_hal_setrateadaptmode(struct mwl_softc *sc, uint16_t mode) in mwl_hal_setrateadaptmode()
1992 mwl_hal_setoptimizationlevel(struct mwl_softc *sc, int level) in mwl_hal_setoptimizationlevel()
2009 mwl_hal_setregioncode(struct mwl_softc *sc, int regionCode) in mwl_hal_setregioncode()
2031 mwl_hal_setassocid(struct mwl_softc *sc, in mwl_hal_setassocid()
2052 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_setrates() local
2077 mwl_hal_setrtsthreshold(struct mwl_softc *sc, int threshold) in mwl_hal_setrtsthreshold()
2092 mwl_hal_setcsmode(struct mwl_softc *sc, MWL_HAL_CSMODE csmode) in mwl_hal_setcsmode()
2107 mwl_hal_setpromisc(struct mwl_softc *sc, int ena) in mwl_hal_setpromisc()
2118 mwl_hal_start(struct mwl_softc *sc) in mwl_hal_start()
2134 mwl_hal_setinframode(struct mwl_softc *sc) in mwl_hal_setinframode()
2147 mwl_hal_stop(struct mwl_softc *sc) in mwl_hal_stop()
2161 mwl_hal_keyset(struct mwl_softc *sc, const MWL_HAL_KEYVAL *kv, in mwl_hal_keyset()
2209 mwl_hal_keyreset(struct mwl_softc *sc, const MWL_HAL_KEYVAL *kv, in mwl_hal_keyreset()
2303 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_key_delete() local
2343 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_key_set() local
2455 mwl_chan_set(struct mwl_softc *sc, struct mwl_channel *chan) in mwl_chan_set()
2569 mwl_setcurchanrates(struct mwl_softc *sc) in mwl_setcurchanrates()
2586 findhalchannel(const struct mwl_softc *sc, const MWL_HAL_CHANNEL *c) in findhalchannel()
2660 mwl_startrecv(struct mwl_softc *sc) in mwl_startrecv()
2716 mwl_mode_init(struct mwl_softc *sc) in mwl_mode_init()
2737 mwl_hal_txstart(struct mwl_softc *sc, int qnum) in mwl_hal_txstart()
2748 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_send() local
2920 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_next_scan() local
2974 struct mwl_softc *sc = (struct mwl_softc *)ic; in mwl_newstate() local
3050 mwl_hal_intrset(struct mwl_softc *sc, uint32_t mask) in mwl_hal_intrset()
3064 mwl_hal_getisr(struct mwl_softc *sc, uint32_t *status) in mwl_hal_getisr()
3082 mwl_tx_intr(struct mwl_softc *sc) in mwl_tx_intr()
3170 mwl_rx_intr(struct mwl_softc *sc) in mwl_rx_intr()
3297 struct mwl_softc *sc = (struct mwl_softc *)data; in mwl_softintr() local
3319 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_intr() local
3384 mwl_init(struct mwl_softc *sc) in mwl_init()
3496 mwl_resume(struct mwl_softc *sc) in mwl_resume()
3550 mwl_stop(struct mwl_softc *sc) in mwl_stop()
3572 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_stat() local
3638 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_start() local
3664 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_stop() local
3679 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_promisc() local
3704 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_tx() local
3741 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_ioctl() local
3764 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_getprop() local
3777 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_propinfo() local
3786 struct mwl_softc *sc = (struct mwl_softc *)arg; in mwl_m_setprop() local
3808 struct mwl_softc *sc; in mwl_attach() local
4238 struct mwl_softc *sc; in mwl_detach() local
4318 struct mwl_softc *sc; in mwl_quiesce() local