Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/amd/pmf/
H A Dacpi.c161 return !!(pdev->supported_func & BIT(index - 1)); in is_apmf_func_supported()
380 if (!pdev->supported_func) in apmf_if_verify_interface()
381 pdev->supported_func = output.supported_functions; in apmf_if_verify_interface()
H A Dpmf.h342 u32 supported_func; member
/linux-6.15/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h809 u32 supported_func; member
H A Dena_com.c2283 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) { in ena_com_set_hash_function()
2345 if (!(BIT(func) & get_resp.u.flow_hash_func.supported_func)) { in ena_com_fill_hash_function()