Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h7824 u8 *ft_byte; in wiphy_ext_feature_set() local
7826 ft_byte = &wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_set()
7827 *ft_byte |= BIT(ftidx % 8); in wiphy_ext_feature_set()
7843 u8 ft_byte; in wiphy_ext_feature_isset() local
7845 ft_byte = wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_isset()
7846 return (ft_byte & BIT(ftidx % 8)) != 0; in wiphy_ext_feature_isset()
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h8940 u8 *ft_byte; in wiphy_ext_feature_set() local
8942 ft_byte = &wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_set()
8943 *ft_byte |= BIT(ftidx % 8); in wiphy_ext_feature_set()
8959 u8 ft_byte; in wiphy_ext_feature_isset() local
8961 ft_byte = wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_isset()
8962 return (ft_byte & BIT(ftidx % 8)) != 0; in wiphy_ext_feature_isset()

Completed in 26 milliseconds