Home
last modified time | relevance | path

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

/linux-6.1.9/net/ethtool/
Dcoalesce.c21 static u32 attr_to_mask(unsigned int attr_type) in attr_to_mask() function
114 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_u32()
122 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_bool()
260 if (tb[a] && !(supported_params & attr_to_mask(a))) { in ethnl_set_coalesce()