Searched refs:pipeProperties (Results 1 – 1 of 1) sorted by relevance
1777 IOUSBEndpointProperties pipeProperties = {.bVersion = kUSBEndpointPropertiesVersion3}; in submit_bulk_transfer() local1790 … (*(cInterface->interface))->GetPipePropertiesV3 (cInterface->interface, pipeRef, &pipeProperties); in submit_bulk_transfer()1792 transferType = pipeProperties.bTransferType; in submit_bulk_transfer()1793 maxPacketSize = pipeProperties.wMaxPacketSize; in submit_bulk_transfer()