Lines Matching refs:nports
959 int error, type, nports; in u3g_attach() local
999 nports = 0; /* number of ports */ in u3g_attach()
1012 sc->sc_xfer[nports], u3g_config_tmp, U3G_N_TRANSFER, in u3g_attach()
1013 &sc->sc_ucom[nports], &sc->sc_mtx); in u3g_attach()
1023 sc->sc_iface[nports] = id->bInterfaceNumber; in u3g_attach()
1025 if (bootverbose && sc->sc_xfer[nports][U3G_INTR]) { in u3g_attach()
1027 nports); in u3g_attach()
1032 usbd_xfer_set_stall(sc->sc_xfer[nports][U3G_BULK_WR]); in u3g_attach()
1033 usbd_xfer_set_stall(sc->sc_xfer[nports][U3G_BULK_RD]); in u3g_attach()
1036 nports++; /* found one port */ in u3g_attach()
1038 if (nports == U3G_MAXPORTS) in u3g_attach()
1041 if (nports == 0) { in u3g_attach()
1045 sc->sc_numports = nports; in u3g_attach()