Home
last modified time | relevance | path

Searched defs:hp (Results 1 – 2 of 2) sorted by relevance

/include/scsi/fc/
Dfc_fcoe.h57 #define FC_FCOE_DECAPS_VER(hp) ((hp)->fcoe_ver >> 4) argument
58 #define FC_FCOE_ENCAPS_VER(hp, ver) ((hp)->fcoe_ver = (ver) << 4) argument
/include/acpi/
Dacpi_bus.h375 struct acpi_hotplug_context *hp; member
463 struct acpi_hotplug_context *hp) in acpi_set_hp_context()