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

/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_cdcereg.h45 #define CDCE_NCM_RX_MAXLEN (1UL << 14) /* bytes */ macro
H A Dif_cdce.c183 .bufsize = (CDCE_NCM_RX_FRAMES_MAX * CDCE_NCM_RX_MAXLEN),
350 (sc->sc_ncm.rx_max > CDCE_NCM_RX_MAXLEN)) {
352 sc->sc_ncm.rx_max = CDCE_NCM_RX_MAXLEN;

Completed in 86 milliseconds