Lines Matching refs:indexLength

1579     indexLength_t indexLength;  in USB_HostIp3516HsCancelPipe()  local
1701 indexLength.indexLength = trCurrent->union2.frame; in USB_HostIp3516HsCancelPipe()
1703 if (0U != indexLength.indexLength) in USB_HostIp3516HsCancelPipe()
1706 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsCancelPipe()
1709 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsCancelPipe()
1715 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsCancelPipe()
1718 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsCancelPipe()
1731 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsCancelPipe()
1734 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsCancelPipe()
1737 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsCancelPipe()
1744 pipe->bufferIndex = indexLength.state.bufferIndex; in USB_HostIp3516HsCancelPipe()
1745 pipe->bufferLength = indexLength.state.bufferLength; in USB_HostIp3516HsCancelPipe()
2221 indexLength_t indexLength; in USB_HostIp3516HsWriteIsoPipe() local
2233 indexLength.indexLength = currentTr->union2.frame; in USB_HostIp3516HsWriteIsoPipe()
2234 if (0U == indexLength.indexLength) in USB_HostIp3516HsWriteIsoPipe()
2260 indexLength.state.bufferIndex = bufferIndex; in USB_HostIp3516HsWriteIsoPipe()
2261 indexLength.state.bufferLength = bufferLength; in USB_HostIp3516HsWriteIsoPipe()
2262 … bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[indexLength.state.bufferIndex][0]; in USB_HostIp3516HsWriteIsoPipe()
2268 indexLength.state.tdIndex = tdIndex; in USB_HostIp3516HsWriteIsoPipe()
2269 currentTr->union2.frame = indexLength.indexLength; in USB_HostIp3516HsWriteIsoPipe()
2277 if (transferLength > indexLength.state.bufferLength) in USB_HostIp3516HsWriteIsoPipe()
2279 transferLength = indexLength.state.bufferLength; in USB_HostIp3516HsWriteIsoPipe()
2755 indexLength_t indexLength; in USB_HostIp3516HsTokenDone() local
3018 indexLength.indexLength = trCurrent->union2.frame; in USB_HostIp3516HsTokenDone()
3021 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsTokenDone()
3024 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsTokenDone()
3032 pipe->bufferIndex = indexLength.state.bufferIndex; in USB_HostIp3516HsTokenDone()
3033 pipe->bufferLength = indexLength.state.bufferLength; in USB_HostIp3516HsTokenDone()
3039 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsTokenDone()
3043 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsTokenDone()
3047 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsTokenDone()
3050 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsTokenDone()
3086 .iso[indexLength.state.tdIndex] in USB_HostIp3516HsTokenDone()