Searched refs:gh (Results 1 – 2 of 2) sorted by relevance
41 struct acpi_gtdt_header *gh = platform_timer; in platform_timer_valid() local45 gh->length != 0 && in platform_timer_valid()46 platform_timer + gh->length <= acpi_gtdt_desc.gtdt_end); in platform_timer_valid()51 struct acpi_gtdt_header *gh = platform_timer; in next_platform_timer() local53 return platform_timer + gh->length; in next_platform_timer()62 struct acpi_gtdt_header *gh = platform_timer; in is_timer_block() local64 return gh->type == ACPI_GTDT_TYPE_TIMER_BLOCK; in is_timer_block()69 struct acpi_gtdt_header *gh = platform_timer; in is_non_secure_watchdog() local72 if (gh->type != ACPI_GTDT_TYPE_WATCHDOG) in is_non_secure_watchdog()
498 return sizeof(*gh) + gh->opt_len * 4; in geneve_hlen()507 struct genevehdr *gh, *gh2; in geneve_gro_receive() local514 hlen = off_gnv + sizeof(*gh); in geneve_gro_receive()516 if (unlikely(!gh)) in geneve_gro_receive()519 if (gh->ver != GENEVE_VER || gh->oam) in geneve_gro_receive()521 gh_len = geneve_hlen(gh); in geneve_gro_receive()526 if (unlikely(!gh)) in geneve_gro_receive()544 type = gh->proto_type; in geneve_gro_receive()564 struct genevehdr *gh; in geneve_gro_complete() local571 gh_len = geneve_hlen(gh); in geneve_gro_complete()[all …]
Completed in 10 milliseconds