Searched refs:ISOLength (Results 1 – 1 of 1) sorted by relevance
3959 UINT ISOLength = 0; in BcmCopyISO() local3971 &ISOLength, in BcmCopyISO()3982 ISOLength = htonl(ISOLength); in BcmCopyISO()3984 if(ISOLength % Adapter->uiSectorSize) in BcmCopyISO()3986 ISOLength = Adapter->uiSectorSize*(1 + ISOLength/Adapter->uiSectorSize); in BcmCopyISO()4013 if(uiTotalDataToCopy < ISOLength) in BcmCopyISO()4026 if(uiTotalDataToCopy < ISOLength) in BcmCopyISO()4032 uiTotalDataToCopy = ISOLength; in BcmCopyISO()4143 if(uiTotalDataToCopy < ISOLength) in BcmCopyISO()4156 if(uiTotalDataToCopy < ISOLength) in BcmCopyISO()[all …]