Searched refs:packet_status (Results 1 – 1 of 1) sorted by relevance
2433 struct wa_xfer_packet_status_hwaiso *packet_status; in wa_process_iso_packet_status() local2446 packet_status = (struct wa_xfer_packet_status_hwaiso *)(wa->dti_buf); in wa_process_iso_packet_status()2447 if (packet_status->bPacketType != WA_XFER_ISO_PACKET_STATUS) { in wa_process_iso_packet_status()2449 packet_status->bPacketType); in wa_process_iso_packet_status()2463 expected_size = struct_size(packet_status, PacketStatus, in wa_process_iso_packet_status()2470 if (le16_to_cpu(packet_status->wLength) != expected_size) { in wa_process_iso_packet_status()2472 le16_to_cpu(packet_status->wLength)); in wa_process_iso_packet_status()2476 status_array = packet_status->PacketStatus; in wa_process_iso_packet_status()