RNDIS_RESPONSE_LEN
sc->sc_response_buf, RNDIS_RESPONSE_LEN);
if (le32toh(hdr->rm_len) > RNDIS_RESPONSE_LEN) {
le32toh(hdr->rm_len), RNDIS_RESPONSE_LEN);
uint8_t sc_response_buf[RNDIS_RESPONSE_LEN] __aligned(4);