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

/linux-master/net/ethtool/
H A Dioctl.c775 u64 sset_mask; local
783 sset_mask = info.sset_mask;
784 if (!sset_mask)
788 n_bits = hweight64(sset_mask);
802 if (!(sset_mask & (1ULL << i)))
807 info.sset_mask |= (1ULL << i);
/linux-master/include/uapi/linux/
H A Dethtool.h848 * @sset_mask: On entry, a bitmask of string sets to query, with bits
855 * Example: The user passes in @sset_mask = 0x7 (sets 0, 1, 2) and on
856 * return @sset_mask == 0x6 (sets 1, 2). Then @data[0] contains the
865 __u64 sset_mask; member in struct:ethtool_sset_info

Completed in 159 milliseconds