Searched refs:USIE_UCOM_MAX (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_usievar.h213 #define USIE_UCOM_MAX 6 macro
214 struct ucom_softc sc_ucom[USIE_UCOM_MAX];
215 uint8_t sc_uc_ifnum[USIE_UCOM_MAX];
227 struct usb_xfer *sc_uc_xfer[USIE_UCOM_MAX][USIE_UC_N_XFER];
H A Dif_usie.c377 if (sc->sc_nucom >= USIE_UCOM_MAX)
487 for (x = 0; x != USIE_UCOM_MAX; x++)

Completed in 162 milliseconds