Home
last modified time | relevance | path

Searched refs:supported_func (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dnvdimm.c443 uint32_t supported_func; member
511 nvdimm_dsm_function0(uint32_t supported_func, hwaddr dsm_mem_addr) in nvdimm_dsm_function0() argument
515 .supported_func = cpu_to_le32(supported_func), in nvdimm_dsm_function0()
780 uint32_t supported_func = 0; in nvdimm_dsm_device() local
783 supported_func |= 0x1 /* Bit 0 indicates whether there is in nvdimm_dsm_device()
790 nvdimm_dsm_function0(supported_func, dsm_mem_addr); in nvdimm_dsm_device()
/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dacpi.c96 return !!(pdev->supported_func & BIT(index - 1)); in is_apmf_func_supported()
227 pdev->supported_func = output.supported_functions; in apmf_if_verify_interface()
H A Dpmf.h166 u32 supported_func; member
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h737 u32 supported_func; member
H A Dena_com.c2249 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) { in ena_com_set_hash_function()
2311 if (!(BIT(func) & get_resp.u.flow_hash_func.supported_func)) { in ena_com_fill_hash_function()