Searched refs:desc_ver (Results 1 – 10 of 10) sorted by relevance
52 u32 desc_ver; in efi_boot_kernel() local54 status = efi_alloc_virtmap(&priv.runtime_map, &desc_size, &desc_ver); in efi_boot_kernel()70 desc_ver, priv.runtime_map); in efi_boot_kernel()
175 fdt_val32 = cpu_to_fdt32(map->desc_ver); in update_fdt_memmap()229 u32 desc_ver; in allocate_new_fdt_and_exit_boot() local237 &desc_ver); in allocate_new_fdt_and_exit_boot()303 desc_ver, priv.runtime_map); in allocate_new_fdt_and_exit_boot()
32 &tmp.desc_size, &tmp.desc_ver); in efi_get_memory_map()56 &m->desc_size, &m->desc_ver); in efi_get_memory_map()
201 unsigned long *desc_size, u32 *desc_ver) in efi_alloc_virtmap() argument213 desc_ver); in efi_alloc_virtmap()
418 &map->desc_ver); in efi_exit_boot_services()
698 p->efi->efi_memdesc_version = map->desc_ver; in exit_boot_func()
950 unsigned long *desc_size, u32 *desc_ver);
130 data.desc_version = tbl->desc_ver; in efi_init()
784 u32 desc_ver; member963 if (np->desc_ver == DESC_VER_1 || np->desc_ver == DESC_VER_2) in nv_optimized()2209 u32 tx_flags_extra = (np->desc_ver == DESC_VER_1 ? NV_TX_LASTPACKET : NV_TX2_LASTPACKET); in nv_start_xmit()2620 if (np->desc_ver == DESC_VER_1) { in nv_tx_done()2915 if (np->desc_ver == DESC_VER_1) { in nv_rx_process()3350 if (np->desc_ver == DESC_VER_1) { in nv_force_linkspeed()3542 if (np->desc_ver == DESC_VER_1) { in nv_update_linkspeed()4661 ring->rx_max_pending = (np->desc_ver == DESC_VER_1) ? RING_MAX_DESC_VER_1 : RING_MAX_DESC_VER_2_3; in nv_get_ringparam()4662 ring->tx_max_pending = (np->desc_ver == DESC_VER_1) ? RING_MAX_DESC_VER_1 : RING_MAX_DESC_VER_2_3; in nv_get_ringparam()4682 (np->desc_ver == DESC_VER_1 && in nv_set_ringparam()[all …]
537 u32 desc_ver; member