Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_xmm_net

2918 	struct xmm_net		sc_xmm_net;
2963 container_of(xn, struct wwan_softc, sc_xmm_net);
3004 container_of(xn, struct wwan_softc, sc_xmm_net);
3165 xmm7360_mux_control(&sc_if->sc_xmm_net, 1, 0, 0, 0);
3203 mutex_lock(&sc->sc_xmm_net.lock);
3205 if (!xmm7360_qp_can_write(sc->sc_xmm_net.qp)) {
3208 xmm7360_net_flush(&sc->sc_xmm_net);
3210 mutex_unlock(&sc->sc_xmm_net.lock);
3231 xmm = sc_if->sc_xmm_net.xmm = &sc_if->sc_parent->sc_xmm;
3232 xn = &sc_if->sc_xmm_net;
3296 xmm7360_qp_stop(sc_if->sc_xmm_net.qp);
3298 sc_if->sc_xmm_net.xmm->net = NULL;