Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/amd/pmf/
Dpmf-quirks.c16 u32 supported_func; member
20 .supported_func = 0x4003,
61 if (quirks->supported_func) { in amd_pmf_quirks_init()
62 dev->supported_func = quirks->supported_func; in amd_pmf_quirks_init()
Dacpi.c161 return !!(pdev->supported_func & BIT(index - 1)); in is_apmf_func_supported()
370 if (!pdev->supported_func) in apmf_if_verify_interface()
371 pdev->supported_func = output.supported_functions; in apmf_if_verify_interface()
Dpmf.h338 u32 supported_func; member
/linux-6.12.1/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h809 u32 supported_func; member
Dena_com.c2331 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) { in ena_com_set_hash_function()
2393 if (!(BIT(func) & get_resp.u.flow_hash_func.supported_func)) { in ena_com_fill_hash_function()