Lines Matching refs:maxPacketSize
67 len = DataFifoRead(&port->writeFifo, req->buf, port->ecm->dataInPipe.maxPacketSize);
106 req->length = out->maxPacketSize;
216 req = UsbFnAllocRequest(ecm->dataIface.handle, ecm->dataOutPipe.id, ecm->dataOutPipe.maxPacketSize);
237 req = UsbFnAllocRequest(ecm->dataIface.handle, ecm->dataInPipe.id, ecm->dataInPipe.maxPacketSize);
696 ecm->notifyPipe.maxPacketSize = pipeInfo.maxPacketSize;
702 ecm->dataInPipe.maxPacketSize = pipeInfo.maxPacketSize;
706 ecm->dataOutPipe.maxPacketSize = pipeInfo.maxPacketSize;