Lines Matching defs:sc_xmm
1954 struct xmm_dev sc_xmm;
2085 struct xmm_dev *xmm = &sc->sc_xmm;
2137 if (xmm7360_dev_init(&sc->sc_xmm)) {
2198 sc->sc_xmm.dev = self;
2199 sc->sc_xmm.bar0 = bus_space_vaddr(sc->sc_bar0_tag, sc->sc_bar0_handle);
2200 sc->sc_xmm.bar2 = bus_space_vaddr(sc->sc_bar0_tag, sc->sc_bar2_handle);
2201 init_waitqueue_head(&sc->sc_xmm.wq);
2271 xmm7360_dev_deinit(&sc->sc_xmm);
2278 sc->sc_xmm.bar0 = NULL;
2285 sc->sc_xmm.bar2 = NULL;
2294 struct xmm_dev *xmm = &sc->sc_xmm;
2314 struct xmm_dev *xmm = &sc->sc_xmm;
2488 xmm7360_qp_start(&sc->sc_xmm.qp[func]);
2506 struct queue_pair *qp = &sc->sc_xmm.qp[func];
2559 struct queue_pair *qp = &sc->sc_xmm.qp[func];
2633 xmm7360_qp_stop(&sc->sc_xmm.qp[func]);
2675 struct queue_pair *qp = &sc->sc_xmm.qp[func];
2713 struct queue_pair *qp = &sc->sc_xmm.qp[func];
2757 struct wwanc_softc *sc = container_of(xmm, struct wwanc_softc, sc_xmm);
2788 struct wwanc_softc *sc = container_of(xmm, struct wwanc_softc, sc_xmm);
2830 struct queue_pair *qp = &sc->sc_xmm.qp[func];
3231 xmm = sc_if->sc_xmm_net.xmm = &sc_if->sc_parent->sc_xmm;