Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_urndisreg.h28 #define RNDIS_RESPONSE_LEN 1024 /* bytes */ macro
62 uint8_t sc_response_buf[RNDIS_RESPONSE_LEN] __aligned(4);
H A Dif_urndis.c441 sc->sc_response_buf, RNDIS_RESPONSE_LEN); in urndis_ctrl_recv()
451 if (le32toh(hdr->rm_len) > RNDIS_RESPONSE_LEN) { in urndis_ctrl_recv()
453 le32toh(hdr->rm_len), RNDIS_RESPONSE_LEN); in urndis_ctrl_recv()

Completed in 3 milliseconds