Home
last modified time | relevance | path

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

/linux-6.12.1/net/ethtool/
Dcoalesce.c22 static u32 attr_to_mask(unsigned int attr_type) in attr_to_mask() function
127 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_u32()
135 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_bool()
369 if (tb[a] && !(supported_params & attr_to_mask(a))) { in ethnl_set_coalesce_validate()