Searched refs:iso_number_packets (Results 1 – 1 of 1) sorted by relevance
144 …int iso_number_packets; /**< For ISO transactions, the number of packets in the reques… member2200 if ((transaction->iso_number_packets > 1) && (complete_code == CVMX_USB_COMPLETE_SUCCESS)) in __cvmx_usb_perform_complete()2203 transaction->iso_number_packets--; /* One less ISO waiting to transfer */ in __cvmx_usb_perform_complete()2269 int iso_number_packets, in __cvmx_usb_submit_transaction() argument2297 transaction->iso_number_packets = iso_number_packets; in __cvmx_usb_submit_transaction()