Home
last modified time | relevance | path

Searched refs:attr_to_mask (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ethtool/
H A Dcoalesce.c20 static u32 attr_to_mask(unsigned int attr_type) in attr_to_mask() function
109 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_u32()
117 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_bool()
247 if (tb[a] && !(supported_params & attr_to_mask(a))) { in ethnl_set_coalesce()
/kernel/linux/linux-6.6/net/ethtool/
H A Dcoalesce.c21 static u32 attr_to_mask(unsigned int attr_type) in attr_to_mask() function
117 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_u32()
125 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_bool()
247 if (tb[a] && !(supported_params & attr_to_mask(a))) { in ethnl_set_coalesce_validate()

Completed in 2 milliseconds