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

/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_urndisreg.h26 #define RNDIS_RESPONSE_LEN 1024 /* bytes */ macro
51 uint8_t sc_response_buf[RNDIS_RESPONSE_LEN] __aligned(4);
H A Dif_urndis.c434 sc->sc_ifaceno_ctl, 0, sc->sc_response_buf, RNDIS_RESPONSE_LEN);
444 if (le32toh(hdr->rm_len) > RNDIS_RESPONSE_LEN) {
446 le32toh(hdr->rm_len), RNDIS_RESPONSE_LEN);

Completed in 100 milliseconds