Searched refs:major_ver (Results 1 - 18 of 18) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_fw_hdr.h101 u8 major_ver; member in struct:bnxt_fw_header
/linux-4.4.14/arch/x86/pci/
H A Dpcbios.c130 u8 status, major_ver, minor_ver, hw_mech; check_pcibios() local
153 major_ver = (ebx >> 8) & 0xff; check_pcibios()
158 status, hw_mech, major_ver, minor_ver, pcibios_last_bus); check_pcibios()
165 major_ver, minor_ver, pcibios_entry, pcibios_last_bus); check_pcibios()
/linux-4.4.14/drivers/infiniband/hw/nes/
H A Dnes_utils.c93 u8 major_ver = 0; nes_read_eeprom_values() local
200 major_ver = (u8)(eeprom_data >> 8); nes_read_eeprom_values()
205 } else if (((major_ver == 2) && (minor_ver > 21)) || ((major_ver > 2) && (major_ver != 255))) { nes_read_eeprom_values()
208 if (((major_ver == 3) && (minor_ver >= 16)) || (major_ver > 3)) nes_read_eeprom_values()
/linux-4.4.14/fs/ntfs/
H A Dvolume.h114 u8 major_ver; /* Ntfs major version of volume. */ member in struct:__anon11851
H A Dsuper.c336 vol->major_ver && vol->major_ver < 3) parse_options()
340 "version 3.0).", vol->major_ver, parse_options()
524 if ((vol->major_ver > 1)) { ntfs_remount()
1896 vol->major_ver = vi->major_ver; load_system_files()
1900 pr_info("volume version %i.%i.\n", vol->major_ver, load_system_files()
1902 if (vol->major_ver < 3 && NVolSparseEnabled(vol)) { load_system_files()
1905 "3.0).", vol->major_ver, vol->minor_ver); load_system_files()
2059 if (!(sb->s_flags & MS_RDONLY) && (vol->major_ver > 1) && load_system_files()
2097 if (unlikely(vol->major_ver < 3)) load_system_files()
2279 if (vol->major_ver >= 3) { ntfs_put_super()
2339 if (vol->major_ver >= 3) { ntfs_put_super()
2939 if (vol->major_ver >= 3) { ntfs_fill_super()
H A Dusnjrnl.h173 /* 4*/le16 major_ver; /* Major version of the transaction log used member in struct:__anon11850
H A Dlogfile.c83 if (sle16_to_cpu(rp->major_ver) != 1 || ntfs_check_restart_page_header()
87 "1.1 only.)", (int)sle16_to_cpu(rp->major_ver), ntfs_check_restart_page_header()
H A Drunlist.c878 if (vol->major_ver < 3) { ntfs_mapping_pairs_decompress()
1183 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { ntfs_get_size_for_mapping_pairs()
1218 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { ntfs_get_size_for_mapping_pairs()
1390 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { ntfs_mapping_pairs_build()
1441 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { ntfs_mapping_pairs_build()
H A Dlogfile.h97 /* 28*/ sle16 major_ver; /* Log file major version. We only support member in struct:__anon11835
H A Dmft.c2026 if (vol->major_ver < 3 || (vol->major_ver == 3 && !vol->minor_ver)) ntfs_mft_record_layout()
H A Dattrib.c1697 if (NInoCompressed(ni) || vol->major_ver < 3) ntfs_attr_make_non_resident()
H A Dlayout.h1931 u8 major_ver; /* Major version of the ntfs format. */ member in struct:__anon11805
/linux-4.4.14/drivers/atm/
H A Dsolos-pci.c1203 uint8_t major_ver, minor_ver; fpga_probe() local
1256 major_ver = ((data32 & 0xFF000000) >> 24); fpga_probe()
1258 card->fpga_version = FPGA_VERSION(major_ver,minor_ver); fpga_probe()
1264 major_ver, minor_ver, fpga_ver); fpga_probe()
/linux-4.4.14/drivers/net/hyperv/
H A Dhyperv_net.h729 u32 major_ver; member in struct:rndis_initialize_request
738 u32 major_ver; member in struct:rndis_initialize_complete
753 u32 major_ver; member in struct:rndis_co_address_family
H A Drndis_filter.c159 rndis_msg->msg.init_complete.major_ver, dump_rndis_message()
872 init->major_ver = RNDIS_MAJOR_VERSION; rndis_filter_init_device()
/linux-4.4.14/include/linux/
H A Df2fs_fs.h60 __le16 major_ver; /* Major Version */ member in struct:f2fs_super_block
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dcmdevt.c1586 api_rev->major_ver; mwifiex_ret_get_hw_spec()
1596 api_rev->major_ver; mwifiex_ret_get_hw_spec()
H A Dfw.h946 u8 major_ver; member in struct:hw_spec_api_rev

Completed in 947 milliseconds