Home
last modified time | relevance | path

Searched refs:desc_ver (Results 1 – 9 of 9) sorted by relevance

/drivers/firmware/efi/libstub/
Dfdt.c191 fdt_val32 = cpu_to_fdt32(*map->desc_ver); in update_fdt_memmap()
248 u32 desc_ver; in allocate_new_fdt_and_exit_boot() local
259 map.desc_ver = &desc_ver; in allocate_new_fdt_and_exit_boot()
309 desc_ver, runtime_map); in allocate_new_fdt_and_exit_boot()
Dmem.c65 if (map->desc_ver) in efi_get_memory_map()
66 *map->desc_ver = desc_version; in efi_get_memory_map()
Drandomalloc.c68 map.desc_ver = NULL; in efi_random_alloc()
Drelocate.c36 boot_map.desc_ver = NULL; in efi_low_alloc_above()
Darm64-stub.c55 map.desc_ver = NULL; in check_image_region()
Dx86-stub.c624 p->efi->efi_memdesc_version = *map->desc_ver; in exit_boot_func()
646 map.desc_ver = &desc_version; in exit_boot()
Defi-stub-helper.c476 map->desc_ver); in efi_exit_boot_services()
Defistub.h164 u32 *desc_ver; member
/drivers/net/ethernet/nvidia/
Dforcedeth.c784 u32 desc_ver; member
963 if (np->desc_ver == DESC_VER_1 || np->desc_ver == DESC_VER_2) in nv_optimized()
2214 u32 tx_flags_extra = (np->desc_ver == DESC_VER_1 ? NV_TX_LASTPACKET : NV_TX2_LASTPACKET); in nv_start_xmit()
2625 if (np->desc_ver == DESC_VER_1) { in nv_tx_done()
2920 if (np->desc_ver == DESC_VER_1) { in nv_rx_process()
3355 if (np->desc_ver == DESC_VER_1) { in nv_force_linkspeed()
3547 if (np->desc_ver == DESC_VER_1) { in nv_update_linkspeed()
4663 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()
4664 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()
4681 (np->desc_ver == DESC_VER_1 && in nv_set_ringparam()
[all …]