Searched refs:transferLength (Results 1 – 3 of 3) sorted by relevance
157 unsigned int transferLength; in GetHTCSendPackets() local175 …transferLength = DEV_CALC_SEND_PADDED_LEN(&target->Device, pPacket->ActualLength + HTC_HDR_LENGTH)… in GetHTCSendPackets()177 if (transferLength <= target->TargetCreditSize) { in GetHTCSendPackets()181 creditsRequired = transferLength / target->TargetCreditSize; in GetHTCSendPackets()182 remainder = transferLength % target->TargetCreditSize; in GetHTCSendPackets()321 unsigned int transferLength; in HTCIssueSendBundle() local369 transferLength = DEV_CALC_SEND_PADDED_LEN(&target->Device, in HTCIssueSendBundle()372 creditRemainder = transferLength % target->TargetCreditSize; in HTCIssueSendBundle()379 if (transferLength < target->TargetCreditSize) { in HTCIssueSendBundle()381 creditPad = target->TargetCreditSize - transferLength; in HTCIssueSendBundle()[all …]
585 int transferLength; in HCITrySend() local687 transferLength = 1; /* UART type header is 1 byte */ in HCITrySend()688 transferLength += pPacket->ActualLength; in HCITrySend()689 transferLength = DEV_CALC_SEND_PADDED_LEN(pProt->pDev, transferLength); in HCITrySend()692 creditsRequired = transferLength / pProt->CreditSize; in HCITrySend()693 remainder = transferLength % pProt->CreditSize; in HCITrySend()757 status = DevGMboxWrite(pProt->pDev,pPacket,transferLength); in HCITrySend()
167 u64 localBufList, u64 remoteBufList, u32 transferLength) in HvCallEvent_dmaBufList() argument191 remoteBufList, transferLength); in HvCallEvent_dmaBufList()