Searched refs:xferCnt (Results 1 – 1 of 1) sorted by relevance
126 static u_int8_t * phystovirt(struct amd_srb *pSRB, u_int32_t xferCnt);713 phystovirt(struct amd_srb * pSRB, u_int32_t xferCnt) in phystovirt() argument729 dataPtr += (int) xferCnt; in phystovirt()1050 u_int32_t ResidCnt, xferCnt; in amd_DataOutPhase0() local1075 xferCnt = pSRB->SGToBeXferLen - ResidCnt; in amd_DataOutPhase0()1076 pSRB->SGPhysAddr += xferCnt; in amd_DataOutPhase0()1077 pSRB->TotalXferredLen += xferCnt; in amd_DataOutPhase0()1091 u_int32_t ResidCnt, xferCnt; in amd_DataInPhase0() local1145 xferCnt = pSRB->SGToBeXferLen - ResidCnt; in amd_DataInPhase0()1146 pSRB->SGPhysAddr += xferCnt; in amd_DataInPhase0()[all …]