Searched refs:packet_status (Results 1 – 1 of 1) sorted by relevance
2445 struct wa_xfer_packet_status_hwaiso *packet_status; in wa_process_iso_packet_status() local2458 packet_status = (struct wa_xfer_packet_status_hwaiso *)(wa->dti_buf); in wa_process_iso_packet_status()2459 if (packet_status->bPacketType != WA_XFER_ISO_PACKET_STATUS) { in wa_process_iso_packet_status()2461 packet_status->bPacketType); in wa_process_iso_packet_status()2475 expected_size = sizeof(*packet_status) + in wa_process_iso_packet_status()2476 (sizeof(packet_status->PacketStatus[0]) * in wa_process_iso_packet_status()2483 if (le16_to_cpu(packet_status->wLength) != expected_size) { in wa_process_iso_packet_status()2485 le16_to_cpu(packet_status->wLength)); in wa_process_iso_packet_status()2489 status_array = packet_status->PacketStatus; in wa_process_iso_packet_status()