Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/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.c443 sc->sc_ifaceno_ctl, 0, sc->sc_response_buf, RNDIS_RESPONSE_LEN); in urndis_ctrl_recv()
453 if (le32toh(hdr->rm_len) > RNDIS_RESPONSE_LEN) { in urndis_ctrl_recv()
455 le32toh(hdr->rm_len), RNDIS_RESPONSE_LEN); in urndis_ctrl_recv()