Searched refs:hostMsg (Results 1 – 1 of 1) sorted by relevance
1051 const struct HostHubRawPacket *hostMsg; in hostIntfHandleEvent() local1079 hostMsg = evtData; in hostIntfHandleEvent()1080 if (hostMsg->dataLen <= HOST_HUB_RAW_PACKET_MAX_LEN) { in hostIntfHandleEvent()1081 data = alloca(sizeof(uint32_t) + sizeof(*hostMsg) + hostMsg->dataLen); in hostIntfHandleEvent()1083 data->length = sizeof(*hostMsg) + hostMsg->dataLen; in hostIntfHandleEvent()