Lines Matching refs:currentTr

2215     usb_host_transfer_t *currentTr;  in USB_HostIp3516HsWriteIsoPipe()  local
2229 currentTr = tr; in USB_HostIp3516HsWriteIsoPipe()
2230 while (NULL != currentTr) in USB_HostIp3516HsWriteIsoPipe()
2232 transferLength = (currentTr->transferLength - currentTr->transferSofar); in USB_HostIp3516HsWriteIsoPipe()
2233 indexLength.indexLength = currentTr->union2.frame; in USB_HostIp3516HsWriteIsoPipe()
2269 currentTr->union2.frame = indexLength.indexLength; in USB_HostIp3516HsWriteIsoPipe()
2273 currentTr = currentTr->next; in USB_HostIp3516HsWriteIsoPipe()
2282 if (USB_OUT == currentTr->direction) in USB_HostIp3516HsWriteIsoPipe()
2286 bufferAddress[i] = currentTr->transferBuffer[currentTr->transferSofar + i]; in USB_HostIp3516HsWriteIsoPipe()
2309 if (USB_IN == currentTr->direction) in USB_HostIp3516HsWriteIsoPipe()
2350 uint32_t primedLength = currentTr->transferSofar; in USB_HostIp3516HsWriteIsoPipe()
2358 if (primedLength >= currentTr->transferLength) in USB_HostIp3516HsWriteIsoPipe()
2369 if (USB_IN == currentTr->direction) in USB_HostIp3516HsWriteIsoPipe()
2409 currentTr = currentTr->next; in USB_HostIp3516HsWriteIsoPipe()
2620 p->currentTr = p->trList->next; in USB_HostIp3516HsCheckIsoTransferSofar()
2624 p->currentTr = NULL; in USB_HostIp3516HsCheckIsoTransferSofar()
2626 if (p->currentTr) in USB_HostIp3516HsCheckIsoTransferSofar()
2628 uint32_t trValue = (uint32_t)p->currentTr; in USB_HostIp3516HsCheckIsoTransferSofar()
3062 pipe->currentTr = pipe->trList->next; in USB_HostIp3516HsTokenDone()
3066 pipe->currentTr = NULL; in USB_HostIp3516HsTokenDone()
3069 if (NULL != pipe->currentTr) in USB_HostIp3516HsTokenDone()
3071 uint32_t trValue = (uint32_t)pipe->currentTr; in USB_HostIp3516HsTokenDone()
3075 if (pipe->trList == pipe->currentTr) in USB_HostIp3516HsTokenDone()
3572 pipe->currentTr = NULL; in USB_HostIp3516HsOpenPipe()
3719 pipe->currentTr = transfer; in USB_HostIp3516HsWritePipe()