Searched refs:VendorSection (Results 1 – 2 of 2) sorted by relevance
2710 (Adapter->psFlash2xVendorInfo->VendorSection[section].AccessFlags & FLASH2X_SECTION_PRESENT) && in IsSectionExistInVendorInfo()2711 …(Adapter->psFlash2xVendorInfo->VendorSection[section].OffsetFromZeroForSectionStart != UNINIT_PTR_… in IsSectionExistInVendorInfo()2722 Adapter->psFlash2xVendorInfo->VendorSection[i].OffsetFromZeroForSectionStart = UNINIT_PTR_IN_CS; in UpdateVendorInfo()2730 if(!(Adapter->psFlash2xVendorInfo->VendorSection[i].AccessFlags & FLASH2X_SECTION_PRESENT)) in UpdateVendorInfo()2737 uiSizeSection = (Adapter->psFlash2xVendorInfo->VendorSection[i].OffsetFromZeroForSectionEnd - in UpdateVendorInfo()2738 Adapter->psFlash2xVendorInfo->VendorSection[i].OffsetFromZeroForSectionStart); in UpdateVendorInfo()2744 …(UNINIT_PTR_IN_CS != Adapter->psFlash2xVendorInfo->VendorSection[i].OffsetFromZeroForSectionStart)) in UpdateVendorInfo()2752 …(UNINIT_PTR_IN_CS != Adapter->psFlash2xVendorInfo->VendorSection[i].OffsetFromZeroForSectionStart)) in UpdateVendorInfo()2760 …(UNINIT_PTR_IN_CS != Adapter->psFlash2xVendorInfo->VendorSection[i].OffsetFromZeroForSectionStart)) in UpdateVendorInfo()2766 …if(UNINIT_PTR_IN_CS != Adapter->psFlash2xVendorInfo->VendorSection[i].OffsetFromZeroForSectionStar… in UpdateVendorInfo()[all …]
216 VENDOR_SECTION_INFO VendorSection[TOTAL_SECTIONS]; member