Searched refs:lenNeeded (Results 1 – 2 of 2) sorted by relevance
4408 bit32 lenNeeded = 0; in satInquiryCB() local4603 lenNeeded = STANDARD_INQUIRY_SIZE; in satInquiryCB()4647 lenNeeded = SATA_PAGE0_INQUIRY_SIZE; /* 36 */ in satInquiryCB()4690 if (lenReceived > lenNeeded) in satInquiryCB()4693 lenNeeded, lenReceived, tiOrgIORequest)); in satInquiryCB()4758 bit32 lenNeeded = 0; in satInquiryIntCB() local4776 lenNeeded = STANDARD_INQUIRY_SIZE; in satInquiryIntCB()4815 lenNeeded = SATA_PAGE0_INQUIRY_SIZE; /* 36 */ in satInquiryIntCB()4831 lenNeeded = SATA_PAGE80_INQUIRY_SIZE; /* 24 */ in satInquiryIntCB()4865 if (lenReceived > lenNeeded) in satInquiryIntCB()[all …]
9616 bit32 lenNeeded = 0; in smsatInquiryCB() local9813 lenNeeded = STANDARD_INQUIRY_SIZE; in smsatInquiryCB()9858 lenNeeded = SATA_PAGE0_INQUIRY_SIZE; /* 9 */ in smsatInquiryCB()9874 lenNeeded = SATA_PAGEB1_INQUIRY_SIZE; /* 64 */ in smsatInquiryCB()9921 if (allocationLen > lenNeeded) in smsatInquiryCB()9929 allocationLen - lenNeeded, in smsatInquiryCB()9972 bit32 lenNeeded = 0; in smsatInquiryIntCB() local9991 lenNeeded = STANDARD_INQUIRY_SIZE; in smsatInquiryIntCB()10031 lenNeeded = SATA_PAGE0_INQUIRY_SIZE; /* 36 */ in smsatInquiryIntCB()10100 if (allocationLen > lenNeeded) in smsatInquiryIntCB()[all …]