Lines Matching refs:sc_ops
200 error = sc->sc_ops.dma_alloc(sc); in athn_attach()
395 sc->sc_ops.dma_free(sc); in athn_detach()
473 sc->sc_ops.rx_enable(sc); in athn_rx_start()
559 if (!sc->sc_ops.intr_status(sc)) in athn_intr()
587 sc->sc_ops.intr(sc); in athn_softintr()
913 struct athn_ops *ops = &sc->sc_ops; in athn_set_chan()
1161 struct athn_ops *ops = &sc->sc_ops; in athn_led_init()
1171 struct athn_ops *ops = &sc->sc_ops; in athn_set_led()
1181 struct athn_ops *ops = &sc->sc_ops; in athn_btcoex_init()
1220 struct athn_ops *ops = &sc->sc_ops; in athn_btcoex_enable()
1265 struct athn_ops *ops = &sc->sc_ops; in athn_btcoex_disable()
1297 struct athn_ops *ops = &sc->sc_ops; in athn_calib_to()
1341 struct athn_ops *ops = &sc->sc_ops; in athn_init_calib()
1404 struct athn_ops *ops = &sc->sc_ops; in athn_ani_ofdm_err_trigger()
1481 struct athn_ops *ops = &sc->sc_ops; in athn_ani_cck_err_trigger()
1528 struct athn_ops *ops = &sc->sc_ops; in athn_ani_lower_immunity()
2186 struct athn_ops *ops = &sc->sc_ops; in athn_hw_reset()
2681 if (sc->sc_ops.tx(sc, m, ni, 0) != 0) { in athn_start()
2834 struct athn_ops *ops = &sc->sc_ops; in athn_init()